CMD + K

pytest-randomly

Anaconda Verified

Pytest plugin to randomly order tests and control random.seed

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::pytest-randomly

Usage Tracking

4.0.1
3.16.0
3.15.0
3 / 8 versions selected
Downloads (Last 6 months): 0

Description

Pytest plugin to randomly order tests and control random.seed. By resetting the random seed to a repeatable number for each test, tests can create data based on random numbers and yet remain repeatable, for example factory boy's fuzzy values. This is good for ensuring that tests specify the data they need and that the tested system is not affected by any data that is filled in randomly due to not being specified. Pytest will automatically find the plugin and use it when you run pytest.

About

Summary

Pytest plugin to randomly order tests and control random.seed

Last Updated

Jan 2, 2026 at 13:26

License

MIT

Total Downloads

1.4K

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
win-64

Unsupported Platforms

linux-s390x Last supported version: 3.15.0
macOS-64 Last supported version: 3.16.0