Pytest plugin to randomly order tests and control random.seed

Edit Package python-pytest-randomly

Pytest plugin to randomly order tests and control random.seed.

Features:
* Randomly shuffles the order of test items. This is done first at
the level of modules, then at the level of test classes (if you
have them), then at the order of functions. This also works with
things like doctests.
* Resets random.seed() at the start of every test case and test to
fixed number - this defaults to time.time() from the start of
your test run, but you can pass in --randomly-seed to repeat a
randomness-induced failure.
* If factory boy is installed, its random state is reset at the
start of every test. This allows for repeatable use of its random
'fuzzy' features.
* If faker is installed, its random state is reset at the start of
every test. This is also for repeatable fuzzy data in tests.
* If numpy is installed, its random state is reset at the start of
every test.

Refresh
Refresh
Source Files (show unmerged sources)
Filename Size Changed
pytest-randomly-3.15.0.tar.gz 0000034667 33.9 KB
python-pytest-randomly.changes 0000005547 5.42 KB
python-pytest-randomly.spec 0000003220 3.14 KB
Latest Revision
Arachnos's avatar Arachnos (arachnos) committed (revision 1)
- Initial commit linking to openSUSE:Factory/python-pytest-randomly
Comments 0
openSUSE Build Service is sponsored by