[Zodb-checkins] CVS: ZODB3 - test.py:1.18

Guido van Rossum guido@python.org
Mon, 30 Sep 2002 11:30:59 -0400


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv24410

Modified Files:
	test.py 
Log Message:
Modify docstring to document -C and show all options.


=== ZODB3/test.py 1.17 => 1.18 ===
--- ZODB3/test.py:1.17	Sat Sep 28 23:33:32 2002
+++ ZODB3/test.py	Mon Sep 30 11:30:59 2002
@@ -12,13 +12,15 @@
 # 
 ##############################################################################
 """
-test.py [-bdvvL] [modfilter [testfilter]]
+test.py [-bCdgGLvv] [modfilter [testfilter]]
 
 Test harness.
 
 -b  build
     Run "python setup.py -q build" before running tests, where "python"
     is the version of python used to run test.py.  Highly recommended.
+
+-C  use pychecker
 
 -d  debug
     Instead of the normal test harness, run a debug version which