py.test plugin for repeating single test multiple times.
Project description
pytest_repeater
Package status
python package template - to make easier for me to duplicate general package structure.
History
This package was created based on thread from StackOverflow about repeating py.test tests.
Use case
Track down heisenbug in foo_test by running it 50 times:
py.test -k foo_test --repeat 50
Package resources
Travis-ci
After creating package on github, move to tracis-ci.org, and turn on ci builds for given package.
CHANGELOG
0.0.0
base code and tests