Changeset 1343
- Timestamp:
- 09/08/06 22:25:14
- Files:
-
- trunk/cherrypy/test/test.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test.py
r1340 r1343 13 13 import sys 14 14 import os, os.path 15 from cherrypy.test import webtest16 15 import getopt 17 16 … … 58 57 # would stick a second instance of webtest in sys.modules, 59 58 # 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 61 60 webtest.WebCase.PORT = self.port 62 61 webtest.WebCase.harness = self … … 73 72 default_server = "wsgi" 74 73 port = 8080 74 basedir = None 75 75 76 76 def __init__(self, available_tests, args=sys.argv[1:]):

