summaryrefslogtreecommitdiff
path: root/tests/test_wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Fix ProxyMiddleware with query stringpatch-proxyHsiaoming Yang2018-02-131-4/+8
* Added ProxyMiddleware (#1224)Armin Ronacher2017-12-301-0/+49
* Make SharedDataMiddleware respect order of exportsSebastian Noack2017-12-041-21/+22
* test loading json like Flask from LimitedStreamDavid Lord2017-06-291-8/+17
* RFC 7233 - Range Requests (#977)Joël Charles2016-09-081-0/+55
* Added and fixed tests related to changes to chunk/line iter buffer capping.bugfix/multipart-parseArmin Ronacher2016-05-241-0/+15
* Flake8 fixesMarkus Unterwaditzer2015-03-291-4/+27
* Fix Python 3 compat issuesMarkus Unterwaditzer2014-08-251-4/+5
* Implemented test_dispatchermiddlewarefahernandez2014-08-251-0/+28
* Manually replace all remaining assert_equal callsMarkus Unterwaditzer2014-08-221-30/+23
* Remove assert_equal functionMarkus Unterwaditzer2014-08-211-1/+1
* Replace assert_equal calls with assert statementsMarkus Unterwaditzer2014-08-211-6/+6
* Remove unnecessary import of baseclassMarkus Unterwaditzer2014-08-151-1/+1
* Remove class from test_wsgiMarkus Unterwaditzer2014-08-151-320/+318
* Rename assert_strict_equal to strict_eqMarkus Unterwaditzer2014-08-151-27/+27
* assertion methods => functionsMarkus Unterwaditzer2014-08-151-47/+47
* Replace simple cases of assertion methodsMarkus Unterwaditzer2014-08-151-28/+28
* Use fixtures for tmpdirsMarkus Unterwaditzer2014-08-151-3/+3
* Remove most traces of unittestMarkus Unterwaditzer2014-08-151-7/+8
* Remove suite functionsMarkus Unterwaditzer2014-08-151-6/+0
* Port testsuite to py.testMarkus Unterwaditzer2014-08-151-0/+352
* Switched testsuite runnerArmin Ronacher2011-09-201-207/+0
* oh hai 2011.awsum2011-06-301-1/+1
* Fixed a broken testcaseArmin Ronacher2011-01-221-2/+2
* Switched everything to long importsArmin Ronacher2011-01-031-1/+2
* Fixed a multipart parser bugArmin Ronacher2010-10-181-1/+12
* Added a test for host guessing with fallback to server name and port.Armin Ronacher2010-02-261-0/+14
* It's 2010, who would have thought.Armin Ronacher2010-02-161-1/+1
* added :func:`werkzeug.extract_path_info`Armin Ronacher2009-09-161-1/+32
* deprecated non-silent usage of the :class:`werkzeug.LimitedStream`.Armin Ronacher2009-09-141-2/+8
* More refactoring. Moved a lot of stuff into a new werkzeug.wsgi module.Armin Ronacher2009-08-061-0/+144