summaryrefslogtreecommitdiff
path: root/tests/test_testing.py
Commit message (Expand)AuthorAgeFilesLines
* remove some ugly stuff by using future's literal and six. this mean we do no ...Gael Pasgrimaud2012-12-051-2/+2
* fix a bug when nose try tu use unicode(resp)Gael Pasgrimaud2012-09-191-0/+14
* test apperrorGael Pasgrimaud2012-08-291-1/+10
* improve resp.__str__ (force string)Gael Pasgrimaud2012-08-291-0/+8
* fixed #38 Allow to post falsey valuesGael Pasgrimaud2012-05-041-1/+5
* pep 8Gael Pasgrimaud2012-02-181-7/+8
* fix #25. params are now encoded if a charset is providedGael Pasgrimaud2011-10-301-0/+5
* a few more testingGael Pasgrimaud2011-10-291-0/+4
* add *_json methodsGael Pasgrimaud2011-10-291-0/+22
* improve print_stderr. conf.py now read version from setup.py1.3.2Gael Pasgrimaud2011-10-191-0/+8
* add a request attribute to TestResponse. convert url to str(). see #21Gael Pasgrimaud2011-09-231-0/+7
* add .options(). fixed #20Gael Pasgrimaud2011-08-301-0/+4
* py3 compat. only 4 errors remainingGael Pasgrimaud2011-08-251-1/+2
* always use unittest2Gael Pasgrimaud2011-08-231-10/+0
* add compat module to use unittest2 if py < 2.7Gael Pasgrimaud2011-08-231-20/+20
* use assert() instead of simple statement. also use a small u() helper to play...Gael Pasgrimaud2011-08-101-17/+17
* since some web servers allow to have a body with a DELETE request we allow it...Gael Pasgrimaud2011-07-121-0/+4
* add tests for #12Gael Pasgrimaud2011-07-121-0/+6
* only warn if a content-type is returned by 204/304 with no content-lengthGael Pasgrimaud2011-07-121-34/+50
* Add wildcard status matching, like status='4*' (http://trac.pythonpaste.org/p...Ian Bicking2010-09-021-0/+1
* Add .head() method (from http://trac.pythonpaste.org/pythonpaste/ticket/371 -...Ian Bicking2010-09-011-0/+5
* fix test (webob changed upstrea). Ignore boring filesIan Bicking2010-04-161-1/+2
* Added a TestApp.request methodianb2009-06-091-0/+4
* fix thinko; should be self.bodypjenvey2008-11-191-0/+2
* fix problem with paramsianb2008-02-171-1/+4
* rename symbols, wordsianb2007-08-091-5/+5
* renameianb2007-08-091-0/+31