[Python-checkins] r87705 - python/branches/py3k/Lib/test/regrtest.py

antoine.pitrou python-checkins at python.org
Mon Jan 3 21:40:07 CET 2011


Author: antoine.pitrou
Date: Mon Jan  3 21:40:07 2011
New Revision: 87705

Log:
Mention --randseed in option list



Modified:
   python/branches/py3k/Lib/test/regrtest.py

Modified: python/branches/py3k/Lib/test/regrtest.py
==============================================================================
--- python/branches/py3k/Lib/test/regrtest.py	(original)
+++ python/branches/py3k/Lib/test/regrtest.py	Mon Jan  3 21:40:07 2011
@@ -34,6 +34,7 @@
 Selecting tests
 
 -r/--random     -- randomize test execution order (see below)
+   --randseed   -- pass a random seed to reproduce a previous random run
 -f/--fromfile   -- read names of tests to run from a file (see below)
 -x/--exclude    -- arguments are tests to *exclude*
 -s/--single     -- single step through a set of tests (see below)


More information about the Python-checkins mailing list