diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-03 20:40:07 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-03 20:40:07 (GMT) |
commit | 68530ac3c0ef5b84aa303ce81cbdc4c07c4349ef (patch) | |
tree | 130d55ffe7d2571b7982121b34bdd81f5c9504ae /Lib/test/regrtest.py | |
parent | 3c4402f879ccc6c0fbd9e95e2a473b67ccd43ba9 (diff) | |
download | cpython-68530ac3c0ef5b84aa303ce81cbdc4c07c4349ef.zip cpython-68530ac3c0ef5b84aa303ce81cbdc4c07c4349ef.tar.gz cpython-68530ac3c0ef5b84aa303ce81cbdc4c07c4349ef.tar.bz2 |
Mention --randseed in option list
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 594c58f..1649865 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -34,6 +34,7 @@ Verbosity 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) |