summaryrefslogtreecommitdiff
path: root/tests/test_serving.py
Commit message (Expand)AuthorAgeFilesLines
* apply code stylecode-styleDavid Lord2019-03-081-283/+325
* standardize copyright and licenseDavid Lord2019-02-121-2/+2
* test_serving: Use sys.executable, not 'python'Petr Viktorin2019-02-051-1/+1
* Revert "debug slow reloader test on appveyor"David Lord2018-11-201-4/+0
* debug slow reloader test on appveyortestsDavid Lord2018-11-201-0/+4
* escape slashes in windows pathsDavid Lord2018-11-201-2/+3
* add unix socket capability to dev_server fixtureDavid Lord2018-05-291-21/+13
* Enable unix domain socket bindingSergio Salazar2016-10-131-3/+30
* Fix typo in monkeypatch testTarjei Husøy2018-05-181-1/+1
* Update server to ensure meta-variables starting with HTTP_ having multiple he...Adam Englander2018-05-151-0/+34
* Fix unreliable test (#1229)Tero Vuotila2017-12-301-7/+10
* Fixed linting and code styleArmin Ronacher2017-12-291-2/+1
* Fixed bad merge markerArmin Ronacher2017-12-281-1/+0
* Add support for windows console scripts from reloaderArmin Ronacher2017-12-281-1/+13
|\
| * Issue 1136 incorporating feedback from PR comments into style changesandroiddrew2017-06-231-1/+1
| * Issue 1136 correcting missing argument in mockandroiddrew2017-06-191-1/+1
| * Issue 1136 correcting failing flake8 style checkandroiddrew2017-06-191-1/+2
| * Updating Authors, Changes and test case for issue 1136androiddrew2017-06-151-1/+11
* | Fix reloader reporting wrong changed file (#1228)Tero Vuotila2017-12-281-0/+42
* | Support chunked transfer encoding (#1198)Jan Michael Auer2017-11-291-0/+87
* | Raise TypeError if port is not an integer (#1088)Antonio Ossa2017-03-271-0/+16
|/
* Merge branch '0.11-maintenance'Markus Unterwaditzer2017-01-101-0/+29
|\
| * Don't set CONTENT_TYPE / CONTENT_LENGTH if they're not provided by the client...Wang Dàpéng2017-01-101-0/+29
* | Merge branch '0.11-maintenance'Armin Ronacher2016-04-141-1/+38
|\ \ | |/
| * Add testcase for #822Markus Unterwaditzer2016-04-141-0/+12
| * Restore testcase for absolute requestsMarkus Unterwaditzer2016-04-141-0/+23
| * Assert that client addr is shown in request logMarkus Unterwaditzer2016-04-111-1/+3
* | Replace all occurrences of pallets with WerkzeugMarkus Unterwaditzer2016-03-291-1/+1
|/
* Fix crash when calling HTTP server with HTTPSmissing-envMarkus Unterwaditzer2016-03-221-0/+16
* Watch less files with stat reloaderMarkus Unterwaditzer2015-03-221-13/+12
* nicer implementationDavid Szotten2015-02-011-1/+8
* add testDavid Szotten2015-02-011-0/+19
* Also skip this oneMarkus Unterwaditzer2015-01-251-0/+3
* Skip watchdog tests if not installed.Markus Unterwaditzer2015-01-251-0/+7
* Use requests in testsuiteMarkus Unterwaditzer2015-01-251-59/+20
* More sophisticated waiting for reloader loopMarkus Unterwaditzer2014-09-271-2/+2
* Wait for one loop round of the observer threadMarkus Unterwaditzer2014-09-211-0/+2
* Don't wait for reloader twiceMarkus Unterwaditzer2014-09-211-10/+9
* Don't use simple sleep when waiting for reloaderMarkus Unterwaditzer2014-09-211-4/+4
* Explicitly assert reloadMarkus Unterwaditzer2014-09-211-0/+3
* Add testcaseMarkus Unterwaditzer2014-09-211-0/+39
* Test both reloader typesMarkus Unterwaditzer2014-09-211-3/+4
* Fix testcaseMarkus Unterwaditzer2014-09-111-2/+12
* Add testcase for #203Markus Unterwaditzer2014-09-071-1/+1
* Fixed serving and test with reloader.Armin Ronacher2014-08-311-1/+0
* Reworked reloader to support watching file systems through watchdog.Armin Ronacher2014-08-311-0/+1
* Change return value of dev_server fixtureMarkus Unterwaditzer2014-08-311-16/+14
* Add tests for reloader watchingMarkus Unterwaditzer2014-08-311-0/+28
* test server fixture now uses subprocessesMarkus Unterwaditzer2014-08-311-53/+27
* Use pytest helper for exceptionsMarkus Unterwaditzer2014-08-311-7/+6