summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_virtualhost.py
Commit message (Expand)AuthorAgeFilesLines
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-28/+28
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-1/+2
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-6/+6
* More PEP8 work.Gustavo Picon2014-01-121-6/+9
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-2/+5
* Fixed failing test case when mimetypes.guess_type('foo.jpeg')[0] == 'image/pj...Jason R. Coombs2012-03-131-1/+1
* Re-saved with whitespace cleanupJason R. Coombs2012-03-131-16/+15
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+107
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-107/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Removed test.py etc.Robert Brewer2010-04-271-9/+1
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-50/+51
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-3/+3
* More trunk test fixes, inlucding backport of [2282] from python3 to trunk.Robert Brewer2009-05-311-1/+1
* Fix for #906 (Firefox displays a popup on redirect). Reverted [2149] and chan...Robert Brewer2009-03-241-1/+1
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-3/+1
* Updated a test to meet new trailing_slash interaction with static (see #689).Robert Brewer2007-06-181-2/+2
* Fix for #614 (VirtualHost and staticdir tool still don't play well together).Robert Brewer2006-12-031-7/+26
* Test case for #607 (virtual_host and staticdir tools don't play well together).Robert Brewer2006-11-271-1/+10
* Fix for #601. New SSL entries in WSGI environ (plus test suite fix under ssl).Robert Brewer2006-11-181-1/+1
* Fix for #600 (InternalRedirect does double duty). This dispwrappers.patch cha...Robert Brewer2006-11-161-8/+10
* New test showing that cherrypy.url fails with relative path when using virtua...Robert Brewer2006-11-131-0/+7
* Overhaul of config system:Robert Brewer2006-08-241-7/+6
* Made all imports absolute "just in case" for Python 2.5.Robert Brewer2006-08-241-2/+2
* Removed "filter" from lots of places, including renaming of tests.Robert Brewer2006-06-011-0/+79