summaryrefslogtreecommitdiff
path: root/tests/test_test.py
Commit message (Expand)AuthorAgeFilesLines
* avoid double encoding in EnvironBuilder.from_environclient-path-encodingDavid Lord2020-11-021-3/+5
* Allow an auth parameter when EnvironBuilder buildingpgjones2020-10-161-0/+18
* test Client always returns a TestResponseDavid Lord2020-10-161-39/+73
* track redirects in test responseMichael Bukachi2020-10-151-0/+6
* tests: Expect REQUEST_URI to preserve the query stringFrédéric Mangano-Tarumi2020-06-201-0/+6
* remove unused module docstringsDavid Lord2020-03-191-9/+0
* remove strict_eq test helperDavid Lord2020-03-171-79/+78
* f-strings everywhereDavid Lord2020-03-171-7/+7
* Run `pyupgrade --py36-plus` on the codebasepgjones2020-03-171-27/+23
* Drop _compat for Python 2pgjones2020-03-171-7/+3
* test client accepts multiple values for a headertest-multi-value-headerDavid Lord2020-02-101-0/+10
* Fix Flake8 bugbear B011 identified issuesAdam Englander2019-05-061-1/+1
* test client copies environ passed to apptest-environ-copyDavid Lord2019-04-011-0/+20
* test client removes cookie header when emptyDavid Lord2019-03-281-0/+24
* 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