summaryrefslogtreecommitdiff
path: root/tests/test_test.py
Commit message (Expand)AuthorAgeFilesLines
* apply code stylecode-styleDavid Lord2019-03-081-280/+294
* standardize copyright and licenseDavid Lord2019-02-121-2/+2
* Remove future with_statement importspgjones2018-12-311-2/+0
* add REQUEST_URI and RAW_REQUEST to environDavid Lord2018-12-091-0/+13
* add json argument for test clientDavid Lord2018-11-251-0/+15
* exhaust body of test client redirectsJakub Stasiak2018-11-251-0/+25
* rewrite test client redirect handlingDavid Lord2018-11-241-30/+55
* Raise an error if query string has multiple definitionspgjones2018-07-291-0/+5
* Only set CONTENT_TYPE/CONTENT_LENGTH if presentTarjei Husøy2018-05-181-2/+3
* Catch StopIteration as a valid case. (#1280)Dan Palmer2018-04-301-0/+23
* Added mimetype support to test client. Fixes #1043Armin Ronacher2017-12-301-0/+13
* fix flake8 errorsDavid Lord2017-11-271-3/+3
* test: accept fd for post() data parameter (#1011)Gonéri Le Bouder2016-10-011-0/+12
* Improve doc for EnvironBuilder's `data` argument (#1010)Benjamin Dopplinger2016-09-231-0/+28
* Merge branch '0.11-maintenance'Markus Unterwaditzer2016-08-151-0/+1
|\
| * Passing integers to test client in Python 3Markus Unterwaditzer2016-08-151-0/+1
* | make test Client follow relative redirects (#879)Tim Babych2016-06-101-0/+18
|/
* ersponse typo in cookie_appTom V2015-08-031-1/+1
* Flake8 fixesMarkus Unterwaditzer2015-03-291-12/+54
* Fix importMarkus Unterwaditzer2015-03-201-1/+2
* Deduplicate testcasesMarkus Unterwaditzer2015-03-201-0/+31
* Fix a bug in Werkzeug regarding closing iteratorsMarkus Unterwaditzer2015-03-191-1/+28
* Fix #712Markus Unterwaditzer2015-03-191-9/+28
* Allow DELETE to send content in testsR. Kevin Nelson2014-11-041-3/+21
* Fix indentation levelMarkus Unterwaditzer2014-09-021-1/+1
* Added unit tests for the 307 redirectPoff Poffenberger2014-09-021-0/+16
* Remove class in test_testMarkus Unterwaditzer2014-08-151-350/+349
* Rename assert_strict_equal to strict_eqMarkus Unterwaditzer2014-08-151-74/+74
* assertion methods => functionsMarkus Unterwaditzer2014-08-151-74/+74
* Replace simple cases of assertion methodsMarkus Unterwaditzer2014-08-151-16/+16
* Remove most traces of unittestMarkus Unterwaditzer2014-08-151-6/+7
* Remove suite functionsMarkus Unterwaditzer2014-08-151-6/+0
* Port testsuite to py.testMarkus Unterwaditzer2014-08-151-0/+444
* Switched testsuite runnerArmin Ronacher2011-09-201-414/+0
* Added cookie forging support to the test client. This fixes #73Armin Ronacher2011-07-051-0/+8
* oh hai 2011.awsum2011-06-301-1/+1
* Fixed a typo that broke a test and multiple cookies in test clientArmin Ronacher2010-09-161-1/+1
* added 'allow_subdomain_redirects' option to werkzeug.test.Client. This allow...Christopher Grebs2010-07-071-2/+24
* It's 2010, who would have thought.Armin Ronacher2010-02-161-1/+1
* test client works correctly with multiple cookies now. This fixes #438.Armin Ronacher2010-02-131-0/+15
* Fixed a bug with run_wsgi_app. close() is now properly called.Armin Ronacher2010-01-111-1/+21
* Added support for IRIs in test client as well.Armin Ronacher2009-09-141-1/+7
* multi-value test-client posts from a standard dictionary are nowArmin Ronacher2009-09-131-7/+34
* fixed a path quoting bug in `EnvironBuilder` that caused PATH_INFO andArmin Ronacher2009-08-291-0/+13
* More refactoring. Moved a lot of stuff into a new werkzeug.wsgi module.Armin Ronacher2009-08-061-1/+3
* Applied patch for #397Christopher Grebs2009-07-191-14/+52
* don't check for port adresses on host comparisonChristopher Grebs2009-07-121-0/+1
* Allow the :cls:`Client` to be unaware of a user defined response_wrapperChristopher Grebs2009-07-121-2/+9
* fixed werkzeug.test.Client redirect handlingChristopher Grebs2009-04-061-0/+27
* Added unittest for EnvironBuilder file closing.Armin Ronacher2009-02-241-0/+17