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

Changeset 1897

Show
Ignore:
Timestamp:
02/20/08 14:07:25
Author:
fumanchu
Message:

Moved test_http.py back into the test suite since it runs fast here.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/test.py

    r1802 r1897  
    371371        'test_encoding', 
    372372        'test_etags', 
     373        'test_http', 
    373374        'test_httpauth', 
    374375        '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).""" 
    72 
    83from cherrypy.test import test 

Hosted by WebFaction

Log in as guest/cpguest to create tickets