Mention --randseed in option list

This commit is contained in:
Antoine Pitrou 2011-01-03 20:40:07 +00:00
parent 3c4402f879
commit 68530ac3c0
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Verbosity
Selecting tests Selecting tests
-r/--random -- randomize test execution order (see below) -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) -f/--fromfile -- read names of tests to run from a file (see below)
-x/--exclude -- arguments are tests to *exclude* -x/--exclude -- arguments are tests to *exclude*
-s/--single -- single step through a set of tests (see below) -s/--single -- single step through a set of tests (see below)