Changeset 1897
- Timestamp:
- 02/20/08 14:07:25
- Files:
-
- trunk/cherrypy/test/test.py (modified) (1 diff)
- trunk/cherrypy/test/test_http.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test.py
r1802 r1897 371 371 'test_encoding', 372 372 'test_etags', 373 'test_http', 373 374 'test_httpauth', 374 375 'test_httplib', trunk/cherrypy/test/test_http.py
r1767 r1897 1 """Tests for managing HTTP issues (malformed requests, etc). 2 3 Some of these tests check timeouts, etcetera, and therefore take a long 4 time to run. Therefore, this module should probably not be included in 5 the 'comprehensive' test suite (test.py). 6 """ 1 """Tests for managing HTTP issues (malformed requests, etc).""" 7 2 8 3 from cherrypy.test import test

