Path to this page:
./
devel/py-test-randomly,
Pytest plugin to randomly order tests and control random.seed
Branch: pkgsrc-2020Q1,
Version: 3.1.0,
Package name: py37-test-randomly-3.1.0,
Maintainer: pkgsrc-usersPytest plugin to randomly order tests and control random.seed.
* 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 a 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 - factory boy uses faker for
lots of data.
Required to run:[
devel/py-test] [
devel/py-setuptools] [
devel/py-entrypoints]
Master sites:
SHA1: 9fb390cc4d8507418247402ee9af6ef8830ee99f
RMD160: 8abeb3b5680f07cebe5bcb9b4bdfca3b4b9d34da
Filesize: 10.023 KB
Version history: (Expand)
- (2020-04-20) Package has been reborn
- (2020-04-19) Package added to pkgsrc.se, version py37-test-randomly-3.1.0 (created)