summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing property declaration to File fieldMike Korobov2010-04-191-0/+6
* Tests for select element with unicode valuesMike Korobov2010-04-181-0/+74
* Don't cast str on unicode stringsMike Korobov2010-04-182-2/+3
* Tests for binary file uploadsMike Korobov2010-04-181-2/+51
* Correct handling of single quote inside double quote and vice versaMike Korobov2010-04-171-1/+2
* Update tests to enshure that defined charset won't break anything. It indeed ...Mike Korobov2010-04-174-43/+97
* Switch to Unicode stringsMike Korobov2010-04-171-8/+8
* Tests for existing behaviour regarding unicode supportMike Korobov2010-04-171-4/+50
* Tests for existing TestResponse.click behaviourMike Korobov2010-04-171-0/+67
* Corrected parsing of single-quoted attributesMike Korobov2010-04-171-0/+9
* fix test (webob changed upstrea). Ignore boring filesIan Bicking2010-04-161-1/+2
* Apply #340: fix file upload fields in form submissionsianb2009-09-221-0/+160
* Added a TestApp.request methodianb2009-06-091-0/+4
* Applied patch from #337, from Matthew Desmarais: add a .force_value(value) me...ianb2009-02-101-0/+40
* Make following links with fragments work (from desmaj). #329ianb2009-01-091-0/+24
* Fix form handling: text inputs always result in an empty string (not a missin...ianb2008-12-181-0/+102
* fix thinko; should be self.bodypjenvey2008-11-191-0/+2
* test for last commitianb2008-07-301-0/+211
* fix problem with paramsianb2008-02-171-1/+4
* rename symbols, wordsianb2007-08-091-5/+5
* renameianb2007-08-092-0/+32