|
|
11/08/08 15:51:34 |
@2076
|
[2076]
|
fumanchu |
Whew. Fixed the whole test suite to properly handle the --host arg. |
|
|
11/03/08 11:56:14 |
@2063
|
[2063]
|
dowski |
Committed Python 2.6/2.5.2 WSGI server compatibility patch from Lawouach … |
|
|
02/24/08 00:40:26 |
@1901
|
[1901]
|
fumanchu |
I suppose defaults don't mean much for property setters. ;) |
|
|
10/27/07 23:21:50 |
@1792
|
[1792]
|
fumanchu |
Use %r instead of %s and obj. |
|
|
10/21/07 18:02:17 |
@1761
|
[1761]
|
fumanchu |
New WebCase?.time attribute (seconds to complete the last getPage call). |
|
|
06/16/07 16:58:53 |
@1666
|
[1666]
|
fumanchu |
Upgraded all INADDR_ANY and localhost checks to include IPv6 equivalents. |
|
|
06/16/07 16:25:01 |
@1665
|
[1665]
|
fumanchu |
Fix for #643 (socket_host is confusing). Empty string and None are now … |
|
|
12/16/06 14:18:02 |
@1532
|
[1532]
|
fumanchu |
Simpler webtest trial loop. |
|
|
12/11/06 20:17:21 |
@1528
|
[1528]
|
fumanchu |
Changes to socket_host:
… |
|
|
12/07/06 20:04:57 |
@1474
|
[1474]
|
fumanchu |
Moved persistent conn support into webtest. |
|
|
10/21/06 16:06:44 |
@1405
|
[1405]
|
fumanchu |
Fix for Python 2.3 accept-encoding issues (extra 'identity' value … |
|
|
09/11/06 12:26:06 |
@1350
|
[1350]
|
fumanchu |
Collapsed request.url and tree.url into a single cherrypy.url function. |
|
|
08/26/06 03:26:19 |
@1281
|
[1281]
|
fumanchu |
API and docstring cleanups:
… |
|
|
08/23/06 15:10:29 |
@1272
|
[1272]
|
fumanchu |
Fixes for Python 2.5rc1:
… |
|
|
08/20/06 21:54:14 |
@1257
|
[1257]
|
fumanchu |
Better support for Expect/100 Continue. |
|
|
08/20/06 01:32:43 |
@1253
|
[1253]
|
fumanchu |
Fix for #551 (_cpwsgiserver should handle persistent connections). All of … |
|
|
07/06/06 00:23:56 |
@1186
|
[1186]
|
fumanchu |
webtest.WebCase?.assetHeader now returns the header value if found. |
|
|
06/29/06 14:15:43 |
@1175
|
[1175]
|
fumanchu |
Fix for #528 (Allow request body parsing for methods other than "POST" and … |
|
|
06/28/06 00:29:13 |
@1167
|
[1167]
|
fumanchu |
Support for folded response headers in webtest. |
|
|
06/05/06 01:47:59 |
@1123
|
[1123]
|
fumanchu |
Fix for #524 (tests fail on python < 2.4). |
|
|
03/26/06 16:14:11 |
@1017
|
[1017]
|
fumanchu |
Initial fix for #498 (Test suite assumes same process for client and … |
|
|
12/16/05 23:42:05 |
@874
|
[874]
|
fumanchu |
Prettier error message in webtest.py. |
|
|
12/03/05 12:44:11 |
@856
|
[856]
|
rdelon |
Big change: camelCase to lower_with_underscore names (still need to update … |
|
|
12/02/05 11:56:47 |
@855
|
[855]
|
fumanchu |
Implemented Titus Brown's patch for using twill with webtest. |
|
|
10/31/05 12:46:05 |
@768
|
[768]
|
fumanchu |
Fix for #374 (reduce license boilerplate to a single LICENSE.txt file). |
|
|
10/30/05 19:07:05 |
@762
|
[762]
|
fumanchu |
Set svn:eol-style to "native" for all .py files. This should fix any … |
|
|
10/29/05 16:12:01 |
@760
|
[760]
|
fumanchu |
Fix for #373 (arbitrary mount points, or "virtual roots"). All internal … |
|
|
10/01/05 13:44:06 |
@697
|
[697]
|
fumanchu |
webtest sys.e[X]it option now works. There's also a new WebCase?.exit() … |
|
|
09/28/05 16:53:32 |
@691
|
[691]
|
fumanchu |
More server state tests and fixes:
… |
|
|
09/25/05 17:41:32 |
@678
|
[678]
|
fumanchu |
webtest assertHeader now coerces the value arg to a string before … |
|
|
08/26/05 02:43:07 |
@555
|
[555]
|
fumanchu |
All raised exceptions now conform to "raise Exception([arg])" syntax (no … |
|
|
08/17/05 16:29:58 |
@537
|
[537]
|
fumanchu |
New cookies attribute in webtest, to make successive getPage() requests … |
|
|
07/22/05 13:39:23 |
@495
|
[495]
|
fumanchu |
1. Moved top-level test functions into a new TestHarness? class. … |
|
|
07/19/05 23:39:59 |
@489
|
[489]
|
fumanchu |
Docstrings + minor fixes to test suite. |
|
|
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. … |
|
|
07/18/05 01:03:12 |
@477
|
[477]
|
fumanchu |
Force Host request header on serverless tests. |
|
|
07/17/05 23:19:13 |
@476
|
[476]
|
fumanchu |
New assertMatchesBody method in webtest. |
|
|
07/15/05 16:49:48 |
@473
|
[473]
|
fumanchu |
Interactive error trapping in webtest. |
|
|
07/14/05 21:06:43 |
@471
|
[471]
|
fumanchu |
New webtest methods, such as assertStatus, assertHeader, assertInBody |
|
|
07/14/05 19:38:29 |
@470
|
[470]
|
fumanchu |
Bug in handling of response cookies. Fixed + test. |
|
|
07/14/05 18:19:27 |
@469
|
[469]
|
fumanchu |
New ignore_all flag in webtest + test_session_filter fixes. |
|
|
07/14/05 16:34:49 |
@467
|
[467]
|
fumanchu |
Pulled base web testing functionality into test\webtest.py. Exceptions in … |