summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-305/+0
* Avoid the side effects of using `cherypy.config.environments` on `test_call_...Joel Rivera2016-03-101-5/+11
* Reimplementation and bufixes on the buildCall for python3.5.Joel Rivera2016-03-021-0/+28
* Remove unicode literal to avoid syntax error in python3.2Mike Gilbert2014-05-031-1/+1
* Fix test failing in Python 3.xBryan Deeney2014-04-151-8/+17
* added parameter with kwargs to test configJames Stewart2014-03-201-0/+1
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-8/+13
* Updated test case to reflect new default parameter spellingChris Beelby2012-11-291-1/+1
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-1/+1
* Added multiply operation to unreprshadowman1312011-08-111-0/+4
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+252
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-249/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-5/+2
* Removed test.py etc.Robert Brewer2010-04-271-4/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-39/+40
* trunk: syncing with python3, except preferring WSGI 1.0 and sticking with byt...Robert Brewer2009-08-271-1/+1
* Moved request.body construction before config namespaces so 'request.body' co...Robert Brewer2009-08-241-1/+14
* Removed py3print.Robert Brewer2009-06-141-2/+6
* trunk - more changes to bring the two branches into a more similar state - th...Lakin Wecker2009-06-011-5/+4
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-6/+10
* trunk - removing backticks in favor of reprLakin Wecker2009-06-011-2/+2
* trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...Lakin Wecker2009-05-311-2/+2
* Added test for updated setting of response headers http://cherrypy.org/ticket...klarson2009-04-011-0/+10
* Updated the test so it more closely matches the use case we're trying to supportjaraco2009-03-311-16/+7
* Added variable substitution test for configklarson2009-03-311-1/+33
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-3/+1
* Silenced some long-known test disparities when using Apache as the server in ...Robert Brewer2008-11-081-3/+6
* Allow string concatenation in config files. Very useful for using ConfigParse...Robert Brewer2007-09-261-0/+10
* Added builtins and subscript to unrepr.Robert Brewer2007-07-211-0/+9
* Test and fix for correct order of application of Handler tool args.Robert Brewer2007-07-201-1/+17
* A couple more modpy test fixes.Robert Brewer2007-06-241-3/+3
* New global custom namespace test.Robert Brewer2007-04-011-4/+18
* New pywebd module. Trunk is now "3.1alpha".Robert Brewer2007-03-051-2/+3
* Fix to unrepr for function calls.Robert Brewer2007-02-171-1/+9
* Test support for wsgiref.validate (new '--validate' arg to test.py), plus a c...Robert Brewer2006-09-081-0/+1
* Moved request.namespaces back to the class level (each instance gets a copy)....Robert Brewer2006-09-051-0/+30
* mod_python improvements:Robert Brewer2006-09-031-9/+6
* Fix for #506 (unrepr should support negative numbers).Robert Brewer2006-09-021-1/+11
* Oops. Was using old autoreload conf keys.Robert Brewer2006-08-301-1/+1
* Tweaks to docs, line lengths, tests, and number of serving lookups.Robert Brewer2006-08-281-3/+2
* API and docstring cleanups:Robert Brewer2006-08-261-1/+1
* More (final?) config overhaul work:Robert Brewer2006-08-251-4/+30
* Overhaul of config system:Robert Brewer2006-08-241-27/+5
* Made all imports absolute "just in case" for Python 2.5.Robert Brewer2006-08-241-2/+2
* Root and config are now isolated per app:Robert Brewer2006-05-071-36/+23
* Moved the following config keys out of the "server." namespace (so that "serv...Robert Brewer2006-05-071-8/+8
* Lots of changes to error and log handling:Robert Brewer2006-05-011-1/+1
* test_core works again.Robert Brewer2006-04-251-1/+1
* CP 3 initial checkin. Global filters have been replaced by request.hooks. Lot...Robert Brewer2006-04-211-5/+2
* Further fixes for #498 (separation of test processes), plus fix for #495 (tut...Robert Brewer2006-03-291-1/+1