[Zope-Checkins] CVS: Zope3 - README.txt:1.1.2.2
Jeremy Hylton
jeremy@zope.com
Sat, 2 Mar 2002 01:45:37 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv22428
Modified Files:
Tag: Zope-3x-branch
README.txt
Log Message:
Recommend use of test.py over unittest.py.
=== Zope3/README.txt 1.1.2.1 => 1.1.2.2 ===
before you checkin.
- To run all the tests, set the Python path to include the lib/python
- directory and run the unittest script. Example:
+ To run all the tests, use the script test.py.
+ # python test.py -v
- # cd src/Zope3
- # export PYTHONPATH=`pwd`/lib/python
- # python2.2 /usr/local/lib/python2.2/unittest.py Zope.Testing.allZopeTests
-
-
\ No newline at end of file
+ Use test.py -h for usage. The test script can run selected tests,
+ stop after the first error, run the tests in a loop, etc.