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

Changeset 1617

Show
Ignore:
Timestamp:
02/14/07 15:54:07
Author:
jtate
Message:

Add info on running individual tests to the README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README.txt

    r164 r1617  
    99    python test.py 
    1010 
     11  Or to run individual tests type: 
    1112 
     13    python test.py --test_foo --test_bar 
  • trunk/cherrypy/_cperror.py

    r1540 r1617  
    66from cherrypy.lib import http as _http 
    77 
    8 import exceptions 
    9 class CherryPyException(exceptions.Exception): 
     8class CherryPyException(Exception): 
    109    pass 
    1110 

Hosted by WebFaction

Log in as guest/cpguest to create tickets