[Zope-CVS] CVS: Products/AdaptableStorage/tests - testAll.py:1.5
Shane Hathaway
shane@zope.com
Mon, 3 Feb 2003 13:32:02 -0500
Update of /cvs-repository/Products/AdaptableStorage/tests
In directory cvs.zope.org:/tmp/cvs-serv10988/tests
Modified Files:
testAll.py
Log Message:
Added instructions on how to run all the tests
=== Products/AdaptableStorage/tests/testAll.py 1.4 => 1.5 ===
--- Products/AdaptableStorage/tests/testAll.py:1.4 Fri Jan 10 11:08:23 2003
+++ Products/AdaptableStorage/tests/testAll.py Mon Feb 3 13:31:59 2003
@@ -13,6 +13,11 @@
##############################################################################
"""Run all unit tests
+To run all tests, invoke this script with the PYTHONPATH environment
+variable set. Example:
+
+PYTHONPATH=~/cvs/Zope/lib/python python testAll.py
+
$Id$
"""