summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_tools.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-18/+8
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-041-7/+7
* Add test capturing expectation about hook priorities.Jason R. Coombs2017-10-051-1/+19
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-051-4/+11
* Use six for itervaluesJason R. Coombs2017-07-091-2/+1
* Use six to bring range from the future.Jason R. Coombs2017-07-091-2/+3
* Use six for http importsJason R. Coombs2017-07-091-1/+2
* Update test to match new expectation.Jason R. Coombs2017-07-081-2/+3
* Replace iteritems with six usage.Jason R. Coombs2017-07-081-2/+2
* PEP8fy codebase: eliminated F841 flake8 errorSviatoslav Sydorenko2017-03-121-1/+1
* PEP8fy codebase: eliminated F811 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-61/+61
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-11/+7
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-5/+4
* Remove StringIO and BytesIO from compatibility module and use io module direc...Jason R. Coombs2016-06-051-4/+6
* Replaced 'unicodestr' with 'six.text_type'Jason R. Coombs2016-06-051-3/+2
* Remove use of bytestr and nativestr, which can be represented by 'bytes' and ...Jason R. Coombs2016-06-051-2/+2
* Rely on six for Python 3 differentiationJason R. Coombs2016-06-051-3/+5
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-6/+6
* Fix #1311: decorator for registering tools.Aric Coady2016-05-141-0/+15
* Merge fix from 3.2.xJason R. Coombs2014-09-111-1/+3
|\
| * HandlerWrapperTool: handle config arguments properlyBalazs Scheidler2014-03-121-1/+3
* | No longer using assertIsinstance (is 2.7+ only)Gustavo Picon2014-04-161-1/+1
* | More PEP8 work.Gustavo Picon2014-01-121-6/+9
* | Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-11/+24
|/
* Fix login_screen so it works on Python 3 (and test passes)Jason R. Coombs2012-03-281-2/+3
* Added test to ensure that login_screen returns bytes - regression test for #1...Jason R. Coombs2012-03-241-0/+13
* Resaved with excess whitespace removedJason R. Coombs2012-03-241-57/+54
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+399
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-393/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+1
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-26/+21
* Removed test.py etc.Robert Brewer2010-04-271-8/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-208/+209
* sync with python3, including separation of InternalRedirect handling and Exce...Robert Brewer2009-10-051-1/+1
* Removed py3print.Robert Brewer2009-06-141-5/+6
* trunk - more changes to bring the two branches into a more similar state - th...Lakin Wecker2009-06-011-4/+4
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-2/+2
* Fixed another gzip/encoding-related test.Robert Brewer2009-06-011-4/+5
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-2/+4
* New error when accessing Tool.onRobert Brewer2009-04-221-1/+19
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-3/+0
* Silenced some long-known test disparities when using Apache as the server in ...Robert Brewer2008-11-081-1/+2
* Fixed test suites to match [2069].Robert Brewer2008-11-081-6/+2
* Committed Python 2.6/2.5.2 WSGI server compatibility patch from Lawouach and ...Christian Wyglendowski2008-11-031-2/+7
* Test for #829 (@tools.response.headers doesn't appear to work with response.s...Robert Brewer2008-06-281-1/+15
* Fix for #820 (start_response with exc_info raises exception even if no output...Robert Brewer2008-06-071-5/+13
* New HandlerWrapperTool.Robert Brewer2008-05-171-0/+22
* Trunk fix for #752 (Return cherrypy.server to a single-server model):Robert Brewer2007-11-111-1/+1