summaryrefslogtreecommitdiff
path: root/cherrypy/test/test.py
Commit message (Expand)AuthorAgeFilesLines
* Removed test.py etc.Robert Brewer2010-04-271-180/+0
* nose without nose-testconfig or with but not specified now worksJoseph Tate2010-02-241-4/+6
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-430/+53
* Update covercp and test suite to use coverage 3.2. Should be faster. Note n...Joseph Tate2010-01-281-10/+14
* fixed Parser class pathSylvain Hellegouarch2009-11-201-1/+1
* sync with python3, including separation of InternalRedirect handling and Exce...Robert Brewer2009-10-051-5/+5
* Merged the 'gateways' branch into trunk.Robert Brewer2009-10-031-99/+143
* Fix for #930 (The tidy and nsgmls tools will fail for concurrent requests). R...Robert Brewer2009-08-111-1/+0
* Copied some tool debug code from python3Robert Brewer2009-08-021-4/+4
* The test suite was registering multiple engine signal handlers and loggers.Robert Brewer2009-08-021-7/+7
* Factored SSL out to separate modules.Robert Brewer2009-08-011-0/+1
* All internals now use cherrypy.serving.request/response instead of request/re...Robert Brewer2009-06-221-1/+3
* Removed py3print.Robert Brewer2009-06-141-23/+23
* More syncs with python3.Robert Brewer2009-06-091-2/+2
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-25/+29
* trunk - adding test_auth_basic and test_auth_digest into the normal test runs...Lakin Wecker2009-06-011-0/+2
* Updated test suite to new covercp.Robert Brewer2009-04-231-2/+0
* JSON input/output tools (#831)alex.morega2009-03-311-0/+1
* Fixed a buglet in test_states.Robert Brewer2009-03-091-1/+2
* cherrypy.test - fixing a buglet in r2145 where the unused parts were in the w...Lakin Wecker2009-03-041-1/+6
* Broke a bunch of test_core tests out into a new test_request_obj.py.Robert Brewer2009-02-201-0/+1
* Fixing broken teardown_server.Robert Brewer2009-02-101-0/+3
* New CRLF test, plus some test suite fixes.Robert Brewer2009-02-051-8/+17
* New test module for config in the "server.*" namespace.Robert Brewer2009-01-291-0/+1
* Rework of test suite to start the engine once per module, and only for module...Robert Brewer2009-01-291-40/+96
* More bus tests.Robert Brewer2009-01-121-1/+0
* About time we had a test_bus.py.Robert Brewer2009-01-101-0/+1
* Fix for #890 (multipart/* messages error on PageHandler.__call__).Robert Brewer2009-01-081-1/+1
* Silenced some cpmodpy errors due to not using WSGI.Robert Brewer2008-11-081-0/+4
* #869 - added the ability for dynamic dispatching by the controller to better ...Lakin Wecker2008-10-301-0/+1
* Almost fcgi support in tests.Robert Brewer2008-07-091-0/+6
* Removing test_conn from test.py since it needs different server config.Robert Brewer2008-06-301-1/+1
* Fix for #824 (_cplogging.LogManager.access method not handling unicode in log...Robert Brewer2008-06-221-0/+1
* Print PID in test suite.Robert Brewer2008-03-071-0/+1
* Moved test_http.py back into the test suite since it runs fast here.Robert Brewer2008-02-201-0/+1
* Forward port to trunk of 3.0.x [1716]. New support for mod_wsgi in the test s...Robert Brewer2007-10-281-0/+7
* No reason to exclude these tests.Robert Brewer2007-10-271-0/+3
* Made test.CommandLineParser shortopts/longopts into instance attributes for e...Robert Brewer2007-10-161-4/+6
* Test suite: prefer command-line args to base conf.Robert Brewer2007-10-091-14/+14
* Porting some of [1711] to trunk.Robert Brewer2007-09-271-3/+4
* Copied [1711] to trunk.Robert Brewer2007-09-271-0/+3
* No sense passing rfile if it's already required to be in wsgi.input.Robert Brewer2007-06-221-1/+2
* Fix for #648 (Flash 8 upload socket timeout). Optional safe_multipart tool in...Robert Brewer2007-06-221-0/+1
* Oops.Robert Brewer2007-03-051-6/+4
* New pywebd module. Trunk is now "3.1alpha".Robert Brewer2007-03-051-6/+6
* Changes to socket_host:Robert Brewer2006-12-121-7/+15
* pychecker and doc tweaks.Robert Brewer2006-12-021-1/+1
* Initial test_tidy, plus a bugfix in tidy.strict_xml and indent args.Robert Brewer2006-12-021-0/+1
* Renamed {{{_cpwsgiserver.py}}} to {{{wsgiserver.py}}}, to make it more clear ...Robert Brewer2006-11-301-1/+1
* Added an '-ssl' arg to test_states to help fix #606 (Problem timing out the p...Robert Brewer2006-11-271-1/+1