Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Shopify/pytest-random

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytest-random

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 . --random

options:

  • --random randomize the tests to be run. defaults to False.
  • --random-group group by fixtures to avoid multiple setUp/tearDown calls. defaults to False.
  • --random-seed=RANDOM_SEED the seed to use for randomization if you need to repeat a run.

About

randomize your py.test run

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%