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

Changeset 15

Show
Ignore:
Timestamp:
11/23/04 15:37:09
Author:
rdelon
Message:

Renamed "unittest" to "test"

Files:

Legend:

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

    r8 r15  
    55* To learn how to use it, look at the examples under cherrypy/tutorial/ or go to http://www.cherrypy.org for more info. 
    66 
    7 * To run the unittest, just go to the cherrypy/unittest/ directory and type: 
     7* To run the unittest, just go to the cherrypy/test/ directory and type: 
    88 
    9     python unittest.py 
     9    python test.py 
    1010 
    1111 
  • trunk/setup.py

    r8 r15  
    2323      url="http://www.cherrypy.org", 
    2424      license="BSD", 
    25       packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.unittest"], 
     25      packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.test"], 
    2626      download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload" 
    2727) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets