summaryrefslogtreecommitdiff
path: root/tests/test_request_form.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-221-2/+1
| | | | | * Remove unused imports * Remove unused variables
* Fix test_request_form on Python 3Victor Stinner2015-04-211-3/+3
| | | | | * wsgi.input must be a binary file, not a text file * HTTP body must be bytes
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-1/+2
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* comment out the wsgi.input comparison tests until #125 is solvedpjenvey2007-01-311-3/+4
|
* everything passing except the rereading of wsgi.inputpjenvey2007-01-211-16/+2
|
* some test fixes. still not passingpjenvey2007-01-191-16/+16
|
* non-passing test for new request parsing systemianb2007-01-191-0/+49