Changeset 15
- Timestamp:
- 11/23/04 15:37:09
- Files:
-
- trunk/Readme.txt (modified) (1 diff)
- trunk/cherrypy/test/test.py (moved) (moved from trunk/cherrypy/test/unittest.py)
- trunk/cherrypy/unittest (deleted)
- trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Readme.txt
r8 r15 5 5 * To learn how to use it, look at the examples under cherrypy/tutorial/ or go to http://www.cherrypy.org for more info. 6 6 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: 8 8 9 python unittest.py9 python test.py 10 10 11 11 trunk/setup.py
r8 r15 23 23 url="http://www.cherrypy.org", 24 24 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"], 26 26 download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload" 27 27 )

