[Zope3-checkins] SVN: Zope3/trunk/ changed docs about how to run a test (test.py->testrunner.py)

Tarek Ziadé tziade at nuxeo.com
Sun Oct 9 10:16:25 EDT 2005


Log message for revision 39010:
  changed docs about how to run a test (test.py->testrunner.py)

Changed:
  U   Zope3/trunk/README.txt
  U   Zope3/trunk/doc/UNITTEST.txt

-=-
Modified: Zope3/trunk/README.txt
===================================================================
--- Zope3/trunk/README.txt	2005-10-09 13:59:03 UTC (rev 39009)
+++ Zope3/trunk/README.txt	2005-10-09 14:16:25 UTC (rev 39010)
@@ -32,11 +32,11 @@
 in changes, you should verify that all the tests succeed before you commit
 changes.
 
-To run all the tests, use the script test.py::
+To run all the tests, use the script testrunner.py::
 
-  # python test.py -v
+  # python testrunner.py -v
 
-Use ``test.py -h`` for usage.  The test script can run selected tests, stop
+Use ``testrunner.py -h`` for usage.  The test script can run selected tests, stop
 after the first error, run the tests in a loop, etc.
 
 

Modified: Zope3/trunk/doc/UNITTEST.txt
===================================================================
--- Zope3/trunk/doc/UNITTEST.txt	2005-10-09 13:59:03 UTC (rev 39009)
+++ Zope3/trunk/doc/UNITTEST.txt	2005-10-09 14:16:25 UTC (rev 39010)
@@ -2,11 +2,11 @@
 
  How to run Zope 3 unit tests
 
-  In the top level directory, run "python test.py".  This runs all unit
+  In the top level directory, run "python testrunner.py".  This runs all unit
   tests silently (unless errors occur).  It is possible to run the
   tests more verbosely or to be more selective about which tests to
   run.  There are also other options.  For information about all this,
-  run "python test.py -h" which prints an extensive usage message.
+  run "python testrunner.py -h" which prints an extensive usage message.
 
  Zope Testing
 



More information about the Zope3-Checkins mailing list