summaryrefslogtreecommitdiff
path: root/waitress/tests/test_runner.py
Commit message (Expand)AuthorAgeFilesLines
* Support Python 3.6Bert JW Regeer2017-02-041-2/+2
* add support for Python 3.5 (apparent regression in *arg parsing, fix tracebac...Chris McDonough2015-06-211-1/+1
* Fix cross-python-version quoting problem in regex.Ben Warren2015-05-171-1/+1
* Add tests, tweak printing.Ben Warren2015-05-171-0/+47
* - When the ``--unix-socket-perms`` option was used as an argument toChris McDonough2013-11-301-2/+2
* Have test_cwd_added_to_path roll back cleanly on failure.Keith Gaughan2013-06-191-8/+14
* Add test for adding cwd to sys.path in runnerJamie Matthews2013-06-191-0/+11
* Python 2.6 support.Keith Gaughan2013-05-241-7/+8
* Python 3 compatibility fixes.Keith Gaughan2013-05-241-2/+5
* Command line runner.Keith Gaughan2013-05-231-0/+137