Skip to content

Commit

Permalink
Update README to include --test-group-random-seed
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-adams authored Oct 25, 2016
1 parent 9058e83 commit ba7e3d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Usage

# Split the tests into 10 groups and run the second group
py.test --test-group-count 10 --test-group=2
# Randomize the test order, split into 10 groups, and run the second group
py.test --test-group-count 10 --test-group=2 --test-group-random-seed=0.618033


Why would I use this?
Expand Down

0 comments on commit ba7e3d3

Please sign in to comment.