summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix pypy supportDomen Kožar2012-11-131-1/+2
* Add test for multiple sets of multiple fields with the same name being interm...ianjosephwilson@gmail.com2012-10-031-40/+78
* Fix test to submit the fields in the order they occur in the html, including ...ianjosephwilson@gmail.com2012-10-031-3/+4
* fix a bug when nose try tu use unicode(resp)Gael Pasgrimaud2012-09-192-1/+15
* add casperjs contextmanagerGael Pasgrimaud2012-09-033-0/+65
* add a test for Cookie headerGael Pasgrimaud2012-08-291-8/+30
* test apperrorGael Pasgrimaud2012-08-291-1/+10
* improve resp.__str__ (force string)Gael Pasgrimaud2012-08-292-2/+10
* - new test for field orderMartin Groenemeyer2012-05-291-0/+137
* fixed #38 Allow to post falsey valuesGael Pasgrimaud2012-05-041-1/+5
* dont try to decode unicode dataGael Pasgrimaud2012-02-181-0/+2
* 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
* py3 compatGael Pasgrimaud2011-09-231-3/+4
* only raise on py3Chris McDonough2011-09-221-1/+3
* better py3 compatChris McDonough2011-09-226-11/+13
* add .options(). fixed #20Gael Pasgrimaud2011-08-301-0/+4
* tagged 1.3Gael Pasgrimaud2011-08-281-1/+1
* Improve selenium api1.3Gael Pasgrimaud2011-08-272-2/+2
* py3 compat. only 4 errors remainingGael Pasgrimaud2011-08-258-87/+113
* always use unittest2Gael Pasgrimaud2011-08-2310-496/+483
* add compat module to use unittest2 if py < 2.7Gael Pasgrimaud2011-08-233-21/+36
* rename .sel to .browserGael Pasgrimaud2011-08-231-1/+1
* fix test. remove useless loggerGael Pasgrimaud2011-08-231-3/+4
* Replace with_selenium by seleniumGael Pasgrimaud2011-08-232-29/+44
* take care of responses statusGael Pasgrimaud2011-08-222-6/+52
* testapp is a bad name for non testing modules. switch to appGael Pasgrimaud2011-08-222-2/+1
* use real exceptionGael Pasgrimaud2011-08-221-0/+1
* Improve selenium apiGael Pasgrimaud2011-08-222-24/+111
* Better Field representationGael Pasgrimaud2011-08-221-0/+25
* introduce seleniumGael Pasgrimaud2011-08-204-0/+142
* bad importGael Pasgrimaud2011-08-201-1/+1
* use assert() instead of simple statement. also use a small u() helper to play...Gael Pasgrimaud2011-08-109-206/+231
* Allow to use url that starts with the SCRIPT_NAME found in extra_environGael Pasgrimaud2011-07-211-0/+45
* 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
* Fix #10, TestApp.extra_environ clobbers request-specific extra_environIan Bicking2010-10-201-15/+18
* Some tests that could be helpful for #10Mike Korobov2010-10-201-0/+38
* Revert change to cookies that added quotation marks (Fixes #387)Ian Bicking2010-09-141-1/+27
* Add wildcard status matching, like status='4*' (http://trac.pythonpaste.org/p...Ian Bicking2010-09-021-0/+1
* Fix a bunch of unicode errors with the testsIan Bicking2010-09-012-11/+14
* Add .head() method (from http://trac.pythonpaste.org/pythonpaste/ticket/371 -...Ian Bicking2010-09-011-0/+5
* Fix error arising on submit of upload form without a file.Doug Latornell2010-07-191-0/+6
* Cookie tests for better test coverageMike Korobov2010-04-191-0/+34
* Slightly improve click test: responses without utf-8 header are now somehow t...Mike Korobov2010-04-191-1/+1