Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

root/trunk/cherrypy/test/webtest.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 02/24/10 09:47:23 @2637 [2637] jtate Convert the tests to use nose instead of our own runner. This strips out …
(edit) 10/17/09 13:17:05 @2555 [2555] fumanchu A couple syncs with python3.
(edit) 06/14/09 17:57:43 @2437 [2437] fumanchu Removed py3print.
(edit) 06/02/09 11:29:44 @2416 [2416] lakin trunk - making assertInBody the same as in python3 branch.
(edit) 06/02/09 01:44:09 @2414 [2414] fumanchu trunk: more syntax syncs with python3, including a couple bugfixes that …
(edit) 06/01/09 16:29:01 @2398 [2398] lakin trunk - adding a flush that is needed in python3. Might be superfluous …
(edit) 06/01/09 15:38:01 @2397 [2397] lakin trunk - a missing import. + whitespace fixes + callable calls removed + …
(edit) 06/01/09 11:43:59 @2389 [2389] lakin trunk - adding a py3util module that will normalize as many differences …
(edit) 05/31/09 21:44:42 @2384 [2384] lakin trunk - adding test_auth_basic and test_auth_digest into the normal test …
(edit) 03/31/09 10:14:13 @2198 [2198] jaraco Added test to allow checking for existance of a certain value in a …
(edit) 03/04/09 14:11:30 @2146 [2146] lakin cherrypy.test - fixing a buglet in r2145 where the unused parts were in …
(edit) 03/04/09 14:03:05 @2145 [2145] lakin cherrypy.test - updating webtest/helper to allow test names to contain …
(edit) 02/10/09 15:41:37 @2120 [2120] fumanchu Refactored the interface() function a bit. New WebCase?.get_conn method.
(edit) 11/08/08 15:51:34 @2076 [2076] fumanchu Whew. Fixed the whole test suite to properly handle the --host arg.
(edit) 11/03/08 11:56:14 @2063 [2063] dowski Committed Python 2.6/2.5.2 WSGI server compatibility patch from Lawouach …
(edit) 02/24/08 00:40:26 @1901 [1901] fumanchu I suppose defaults don't mean much for property setters. ;)
(edit) 10/27/07 23:21:50 @1792 [1792] fumanchu Use %r instead of %s and obj.
(edit) 10/21/07 18:02:17 @1761 [1761] fumanchu New WebCase?.time attribute (seconds to complete the last getPage call).
(edit) 06/16/07 16:58:53 @1666 [1666] fumanchu Upgraded all INADDR_ANY and localhost checks to include IPv6 equivalents.
(edit) 06/16/07 16:25:01 @1665 [1665] fumanchu Fix for #643 (socket_host is confusing). Empty string and None are now …
(edit) 12/16/06 14:18:02 @1532 [1532] fumanchu Simpler webtest trial loop.
(edit) 12/11/06 20:17:21 @1528 [1528] fumanchu Changes to socket_host: …
(edit) 12/07/06 20:04:57 @1474 [1474] fumanchu Moved persistent conn support into webtest.
(edit) 10/21/06 16:06:44 @1405 [1405] fumanchu Fix for Python 2.3 accept-encoding issues (extra 'identity' value …
(edit) 09/11/06 12:26:06 @1350 [1350] fumanchu Collapsed request.url and tree.url into a single cherrypy.url function.
(edit) 08/26/06 03:26:19 @1281 [1281] fumanchu API and docstring cleanups: …
(edit) 08/23/06 15:10:29 @1272 [1272] fumanchu Fixes for Python 2.5rc1: …
(edit) 08/20/06 21:54:14 @1257 [1257] fumanchu Better support for Expect/100 Continue.
(edit) 08/20/06 01:32:43 @1253 [1253] fumanchu Fix for #551 (_cpwsgiserver should handle persistent connections). All of …
(edit) 07/06/06 00:23:56 @1186 [1186] fumanchu webtest.WebCase?.assetHeader now returns the header value if found.
(edit) 06/29/06 14:15:43 @1175 [1175] fumanchu Fix for #528 (Allow request body parsing for methods other than "POST" and …
(edit) 06/28/06 00:29:13 @1167 [1167] fumanchu Support for folded response headers in webtest.
(edit) 06/05/06 01:47:59 @1123 [1123] fumanchu Fix for #524 (tests fail on python < 2.4).
(edit) 03/26/06 16:14:11 @1017 [1017] fumanchu Initial fix for #498 (Test suite assumes same process for client and …
(edit) 12/16/05 23:42:05 @874 [874] fumanchu Prettier error message in webtest.py.
(edit) 12/03/05 12:44:11 @856 [856] rdelon Big change: camelCase to lower_with_underscore names (still need to update …
(edit) 12/02/05 11:56:47 @855 [855] fumanchu Implemented Titus Brown's patch for using twill with webtest.
(edit) 10/31/05 12:46:05 @768 [768] fumanchu Fix for #374 (reduce license boilerplate to a single LICENSE.txt file).
(edit) 10/30/05 19:07:05 @762 [762] fumanchu Set svn:eol-style to "native" for all .py files. This should fix any …
(edit) 10/29/05 16:12:01 @760 [760] fumanchu Fix for #373 (arbitrary mount points, or "virtual roots"). All internal …
(edit) 10/01/05 13:44:06 @697 [697] fumanchu webtest sys.e[X]it option now works. There's also a new WebCase?.exit() …
(edit) 09/28/05 16:53:32 @691 [691] fumanchu More server state tests and fixes: …
(edit) 09/25/05 17:41:32 @678 [678] fumanchu webtest assertHeader now coerces the value arg to a string before …
(edit) 08/26/05 02:43:07 @555 [555] fumanchu All raised exceptions now conform to "raise Exception([arg])" syntax (no …
(edit) 08/17/05 16:29:58 @537 [537] fumanchu New cookies attribute in webtest, to make successive getPage() requests …
(edit) 07/22/05 13:39:23 @495 [495] fumanchu 1. Moved top-level test functions into a new TestHarness? class. …
(edit) 07/19/05 23:39:59 @489 [489] fumanchu Docstrings + minor fixes to test suite.
(edit) 07/18/05 14:21:42 @482 [482] fumanchu Whew. All tests now pass for all servers in both 1.0 and 1.1 modes. …
(edit) 07/18/05 01:03:12 @477 [477] fumanchu Force Host request header on serverless tests.
(edit) 07/17/05 23:19:13 @476 [476] fumanchu New assertMatchesBody method in webtest.
(edit) 07/15/05 16:49:48 @473 [473] fumanchu Interactive error trapping in webtest.
(edit) 07/14/05 21:06:43 @471 [471] fumanchu New webtest methods, such as assertStatus, assertHeader, assertInBody
(edit) 07/14/05 19:38:29 @470 [470] fumanchu Bug in handling of response cookies. Fixed + test.
(edit) 07/14/05 18:19:27 @469 [469] fumanchu New ignore_all flag in webtest + test_session_filter fixes.
(add) 07/14/05 16:34:49 @467 [467] fumanchu Pulled base web testing functionality into test\webtest.py. Exceptions in …

Hosted by WebFaction

Log in as guest/cpguest to create tickets