summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_routes.py
Commit message (Expand)AuthorAgeFilesLines
* Use importlib.import_module for programmatic importsJason R. Coombs2017-10-291-1/+2
* Eliminate nose from test_routesSviatoslav Sydorenko2017-04-231-3/+6
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-21/+21
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-3/+4
* Fix flake8 error: F401 '<mod>' imported but unusedSviatoslav Sydorenko2016-08-241-1/+1
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-6/+6
* More PEP8 work.Gustavo Picon2014-01-121-2/+6
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-3/+5
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-9/+9
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+69
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-69/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Updated test_routes to work with 1.12+, which requires explicit action args a...Robert Brewer2011-02-221-3/+4
* Removed test.py etc.Robert Brewer2010-04-271-6/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-34/+38
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+0
* Test and fix for #706Sylvain Hellegouarch2008-02-181-0/+8
* Fixed #641Sylvain Hellegouarch2007-01-121-2/+4
* More cherrypy.dispatch cleanup.Robert Brewer2006-12-031-1/+1
* Bah. Forgot to add test_routes weeks ago.Robert Brewer2006-10-141-0/+61