summaryrefslogtreecommitdiff
path: root/cherrypy/test/webtest.py
Commit message (Expand)AuthorAgeFilesLines
* Remove components from webtest no longer presented by cheroot. Fixes #1708.Jason R. Coombs2018-05-111-2/+2
* Run pre-commitv12.0.1Jason R. Coombs2017-11-201-3/+3
* Restore cherrypy.test.webtest as a module to ensure it and its contents are i...Jason R. Coombs2017-11-201-0/+11
* Use cheroot 5.9 for webtest module.Jason R. Coombs2017-11-161-622/+0
* whitespace removalDan Vinakovsky2017-08-291-1/+1
* add testsDan Vinakovsky2017-08-291-0/+10
* Use six for http importsJason R. Coombs2017-07-091-2/+2
* PEP8fy codebase: eliminated F821 flake8 errorSviatoslav Sydorenko2017-03-121-3/+2
* PEP8fy codebase: eliminated E121 and E131 flake8 errorsSviatoslav Sydorenko2017-03-121-3/+3
* PEP8fy codebase: eliminated W503 flake8 errorSviatoslav Sydorenko2017-03-121-3/+6
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-111-2/+0
* Add PATCH to method_with_bodies in .test.webtestSviatoslav Sydorenko2017-01-011-1/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-57/+57
* Use the preferred name text_or_bytes to avoid conflation with 'basestring' wh...Jason R. Coombs2016-07-241-3/+3
* Remove unused imports and wildcard importJason R. Coombs2016-07-241-9/+8
* Remove unused importJason R. Coombs2016-07-241-1/+1
* Replaced 'unicodestr' with 'six.text_type'Jason R. Coombs2016-06-051-7/+7
* Rely on six for Python 3 differentiationJason R. Coombs2016-06-051-5/+7
* Allow webtest interactivity to be disabled with an environment variable.Jason R. Coombs2016-04-301-1/+25
* Substitute the `issubclass` function to `isinstance` to avoid the use of magi...Joel Rivera2016-03-101-2/+1
* Add new argument to openURL for the testsuite to be able toJoel Rivera2016-03-031-8/+25
* Remove a hacky monkeypatch. Replace with a simple decoding of the URL on Pyth...Jason R. Coombs2016-02-061-32/+5
* Remove compatibility codeJason R. Coombs2016-02-061-11/+1
* More PEP8 work.Gustavo Picon2014-01-121-8/+19
* More pep8 cleanupsGustavo Picon2014-01-121-2/+2
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-7/+19
* Fixed failure on Python 2 in cherrypy.test.test_request_obj:RequestObjectTest...Jason R. Coombs2012-12-261-1/+1
* Fixed failing test case when mimetypes.guess_type('foo.jpeg')[0] == 'image/pj...Jason R. Coombs2012-03-131-1/+13
* Re-saved with whitespace cleanupJason R. Coombs2012-03-131-9/+7
* A couple of Python2.3 fixes.Robert Brewer2011-07-021-3/+3
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+575
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-535/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-10/+17
* #948 System.in cannot be used in a module that will be loaded by Jython and C...Sylvain Hellegouarch2010-09-271-2/+1
* #948 implementing getchar on the Jython platformSylvain Hellegouarch2010-09-271-4/+11
* A couple test tweaks.Robert Brewer2010-04-241-1/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-125/+51
* A couple syncs with python3.Robert Brewer2009-10-171-8/+8
* Removed py3print.Robert Brewer2009-06-141-12/+12
* trunk - making assertInBody the same as in python3 branch.Lakin Wecker2009-06-021-1/+1
* trunk: more syntax syncs with python3, including a couple bugfixes that were ...Robert Brewer2009-06-021-1/+1
* trunk - adding a flush that is needed in python3. Might be superfluous here.Lakin Wecker2009-06-011-1/+2
* trunk - a missing import. + whitespace fixes + callable calls removed + pytho...Lakin Wecker2009-06-011-0/+1
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-12/+12
* trunk - adding test_auth_basic and test_auth_digest into the normal test runs...Lakin Wecker2009-06-011-0/+2
* Added test to allow checking for existance of a certain value in a comma-deli...jaraco2009-03-311-0/+11
* cherrypy.test - fixing a buglet in r2145 where the unused parts were in the w...Lakin Wecker2009-03-041-1/+1
* cherrypy.test - updating webtest/helper to allow test names to contain full p...Lakin Wecker2009-03-041-0/+4
* Refactored the interface() function a bit. New WebCase.get_conn method.Robert Brewer2009-02-101-32/+34
* Whew. Fixed the whole test suite to properly handle the --host arg.Robert Brewer2008-11-081-0/+14