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

Changeset 2668

Show
Ignore:
Timestamp:
04/24/10 17:19:13
Author:
fumanchu
Message:

A couple test tweaks.

Files:

Legend:

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

    r2637 r2668  
    11"""Regression test suite for CherryPy. 
    22 
    3 Run test.py to exercise all tests. 
     3Run 'nosetests -s test/' to exercise all tests. 
     4 
     5The '-s' flag instructs nose to output stdout messages, wihch is crucial to 
     6the 'interactive' mode of webtest.py. If you run these tests without the '-s' 
     7flag, don't be surprised if the test seems to hang: it's waiting for your 
     8interactive input. 
    49""" 
    510 
  • trunk/cherrypy/test/webtest.py

    r2637 r2668  
    243243 
    244244    def _handlewebError(self, msg): 
    245         import cherrypy 
    246245        print("") 
    247246        print("    ERROR: %s" % msg) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets