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

Changeset 890

Show
Ignore:
Timestamp:
12/28/05 21:09:56
Author:
fumanchu
Message:

helper._run_test_suite_thread didn't need to wait() or call filters.init() either.

Files:

Legend:

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

    r888 r890  
    217217 
    218218def _run_test_suite_thread(moduleNames, conf): 
    219     cherrypy.server.wait() 
    220219    for testmod in moduleNames: 
    221220        # Must run each module in a separate suite, 
     
    223222        cherrypy.config.reset() 
    224223        setConfig(conf) 
    225         from cherrypy import filters 
    226         filters.init() 
    227224         
    228225        suite = CPTestLoader.loadTestsFromName(testmod) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets