summaryrefslogtreecommitdiff
path: root/cherrypy/test/helper.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-551/+0
* Add new argument to openURL for the testsuite to be able toJoel Rivera2016-03-031-3/+9
* Removing useless comparisonGustavo Picon2015-01-241-1/+1
* Monkeypatch the test sorter to always run test_gc last in each suite.Gustavo Picon2015-01-241-4/+15
* Fix for recent commits which were causing a number of tests to fail in Python 3.Allan Crooks2014-04-161-4/+5
* Rather than trying to workaround which symbol can or cannot be imported, I th...Lawouach2014-02-061-1/+6
* More PEP8 work.Gustavo Picon2014-01-121-8/+13
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-13/+32
* Restore pid-in-file behavior for daemonized processesJason R. Coombs2012-12-261-0/+23
* Use subprocess to manage the process and pid. Fixes #1198.Jason R. Coombs2012-12-261-21/+4
* Adding subprocess module from Python 2.7.3 and use that in the test helper. F...Jason R. Coombs2012-12-261-3/+3
* Use subprocess module (if available). Works around #1196 on Python 2.4+.Jason R. Coombs2012-12-261-4/+8
* Re-saved with excess whitespace removed. Removed unused import.Jason R. Coombs2012-03-221-35/+35
* A couple of Python 2.3 fixescherrypy-3.2.2Robert Brewer2011-10-181-2/+3
* Fixed #1087 (PEP-3333 compliance: Unicode response headers). Also some touch-...Robert Brewer2011-10-131-0/+2
* Use an arbitrary high port (54583) instead of a common lower port (8080) for ...Joseph Tate2011-09-231-1/+1
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+491
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-476/+0
* trunk: sync with python3Robert Brewer2011-02-251-2/+4
* Compat fixes for Python 2.3Robert Brewer2011-02-241-6/+5
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-6/+7
* trunk sync with python3Robert Brewer2011-02-231-3/+3
* New test/modfastcgi.py (I couldn't get mod_fcgid working well with our test s...Robert Brewer2011-02-221-10/+17
* testAdditionalServers was causing test_states to hang because the former did ...Robert Brewer2011-02-211-2/+2
* Test fixes.Robert Brewer2010-12-281-1/+9
* Some backports (mostly whitespace, really) from the python3 branch.Robert Brewer2010-12-271-25/+26
* #949 we disable TCP NODELAY when running test suite on JythonSylvain Hellegouarch2010-09-271-0/+3
* Fixed some broken tests, including a nasty wsgiserver bug.Robert Brewer2010-06-051-2/+5
* Removed test.py etc.Robert Brewer2010-04-271-30/+174
* Fixed test_states import of cherrypy.Robert Brewer2010-04-241-2/+6
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-87/+115
* Merged the 'gateways' branch into trunk.Robert Brewer2009-10-031-14/+13
* New assertEqualDates test method.Robert Brewer2009-08-151-0/+16
* test_session bugfix, plus a couple tweaks.Robert Brewer2009-06-141-1/+1
* Removed py3print.Robert Brewer2009-06-141-9/+15
* trunk - a non-used importLakin Wecker2009-06-011-1/+0
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-1/+1
* trunk - porting the fixes to test_states from r2290.Lakin Wecker2009-05-311-3/+4
* trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...Lakin Wecker2009-05-311-2/+2
* 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-1/+6
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-1/+4
* New CRLF test, plus some test suite fixes.Robert Brewer2009-02-051-9/+20
* Rework of test suite to start the engine once per module, and only for module...Robert Brewer2009-01-291-126/+29
* Got the --server=modfcgid option to test.py working.Robert Brewer2008-07-241-1/+11
* New helper.CPProcess class (moved from test_states), plus a bugfix to allow C...Robert Brewer2008-06-301-4/+112
* WOOHOO. Fixed test_conn on nix.Robert Brewer2008-06-301-4/+4
* New --server and --client=<host> switches to individual tests. This allows yo...Robert Brewer2008-06-301-5/+26
* Moved all bus plugins onto the engine object itself, and fixed a couple bus d...Robert Brewer2008-06-241-6/+10
* Fix for #772 (Make the wsgiserver single-app by default).Robert Brewer2008-01-171-24/+18