randomize your py.test run
The randomization algorithm is not the least bit sophisticated, so do not depend on this plugin for a specific degree of randomness. Please use the --verbose option to see the randomization for yourself.
example usage:
py.test . --randomoptions:
--randomrandomize the tests to be run. defaults to False.--random-groupgroup by fixtures to avoid multiple setUp/tearDown calls. defaults to False.--random-seed=RANDOM_SEEDthe seed to use for randomization if you need to repeat a run.