Language

Package: python-pytest-random-order @ 1.0.4

Synopsis

Pytest plugin to randomize the order of tests

Description

pytest-random-order is a Pytest plugin that randomizes the order of tests. This can be useful to detect a test that passes just because it happens to run after an unrelated test that leaves the system in a favourable state. The plugin allows user to control the level of randomness they want to introduce and to disable reordering on subsets of tests. Tests can be rerun in a specific order by passing a seed value reported in a previous test run.

Home page
https://github.com/jbasko/pytest-random-order
Location
gnu/packages/check.scm (line: 1123, column: 2)
License

Lint warnings

LinterMessageLocation
inputs-should-be-native

Identify inputs that should be native inputs

'python-pytest' should probably be a native input