About Anaconda Help Download Anaconda

anaconda / packages / pytest-randomly 3.15.0

Pytest plugin to randomly order tests and control random.seed

Installers

  • osx-64 v3.15.0
  • linux-s390x v3.15.0
  • linux-64 v3.15.0
  • osx-arm64 v3.15.0
  • linux-aarch64 v3.15.0
  • win-64 v3.15.0

conda install

To install this package run one of the following:
conda install anaconda::pytest-randomly

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.5) Legal | Privacy Policy