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

Changeset 1343

Show
Ignore:
Timestamp:
09/08/06 22:25:14
Author:
fumanchu
Message:

Test coverage fixes.

Files:

Legend:

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

    r1340 r1343  
    1313import sys 
    1414import os, os.path 
    15 from cherrypy.test import webtest 
    1615import getopt 
    1716 
     
    5857        # would stick a second instance of webtest in sys.modules, 
    5958        # and we wouldn't be able to globally override the port anymore. 
    60         from cherrypy.test import helper 
     59        from cherrypy.test import helper, webtest 
    6160        webtest.WebCase.PORT = self.port 
    6261        webtest.WebCase.harness = self 
     
    7372    default_server = "wsgi" 
    7473    port = 8080 
     74    basedir = None 
    7575     
    7676    def __init__(self, available_tests, args=sys.argv[1:]): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets