summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-14/+2
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-041-2/+1
* Honor E241Jason R. Coombs2017-10-291-7/+7
* Honor E731 linter warningJason R. Coombs2017-10-281-1/+2
* PEP8fy codebase: eliminated F821 flake8 errorSviatoslav Sydorenko2017-03-121-1/+1
* PEP8fy codebase: eliminated E303 flake8 errorSviatoslav Sydorenko2017-03-111-1/+0
* PEP8fy codebase: eliminated E241 flake8 errorSviatoslav Sydorenko2017-03-111-7/+7
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-38/+38
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-2/+3
* Use config decorator in test_config. Fix issues where vars() on a class has n...Jason R. Coombs2016-06-051-11/+6
* Actually test the config decorator as indicated.Jason R. Coombs2016-06-051-2/+1
* Remove StringIO and BytesIO from compatibility module and use io module direc...Jason R. Coombs2016-06-051-4/+8
* Rely on six for Python 3 differentiationJason R. Coombs2016-06-051-2/+4
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-11/+9
* 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