summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_misc_tools.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-215/+0
* More PEP8 work.Gustavo Picon2014-01-121-5/+9
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-5/+9
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-23/+23
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+207
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-202/+0
* 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-1/+5
* Updated vary test for always-on encoding. We ''want'' Accept-Charset in the l...Robert Brewer2009-06-011-1/+1
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-2/+2
* Added tools.autovaryRobert Brewer2009-05-061-0/+24
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-3/+1
* Fix for #745 (Make a builtin tool which logs all hooks for a given request).Robert Brewer2007-10-301-1/+7
* RFC 2606 updates (official example domains).Robert Brewer2007-05-301-3/+3
* New tools.accept(media). See test_misc_tools.py for usage.Robert Brewer2006-11-031-0/+93
* New tools.referer, and moved test_response_headers into new test_misc_tools.Robert Brewer2006-09-041-0/+83