Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:arachnos
python-pytest-randomly
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Meta Configuration of Package python-pytest-randomly
<package name="python-pytest-randomly" project="home:arachnos"> <title>Pytest plugin to randomly order tests and control random.seed</title> <description>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.</description> </package>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor