Package python3-module-pytest-randomly: Information

    Source package: python3-module-pytest-randomly
    Version: 3.15.0-alt1
    Build time:  Aug 17, 2023, 11:40 PM
    Report package bug
    License: MIT
    Summary: Pytest plugin to randomly order tests and control random.seed
    Description: 
    Randomness in testing can be quite powerful to discover hidden flaws in the
    tests themselves, as well as giving a little more coverage to your system.
    
    By randomly ordering the tests, the risk of surprising inter-test dependencies
    is reduced - a technique used in many places.
    
    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.

    List of rpms provided by this srpm:
    python3-module-pytest-randomly (noarch)

    Maintainer: Stanislav Levin

    List of contributors:
    Stanislav Levin

      1. python3-module-factory-boy
      2. python3-module-faker
      3. python3-module-model-bakery
      4. python3-module-numpy
      5. python3-module-pyproject-installer >= 0.4.0
      6. python3-module-pytest
      7. python3-module-pytest-xdist
      8. python3-module-setuptools
      9. python3-module-wheel
      10. rpm-build-pyproject

    Last changed


    Aug. 17, 2023 Stanislav Levin 3.15.0-alt1
    - 3.13.0 -> 3.15.0.
    July 20, 2023 Stanislav Levin 3.13.0-alt1
    - 3.12.0 -> 3.13.0.
    April 25, 2023 Stanislav Levin 3.12.0-alt2
    - Fixed FTBFS (pytest 7.3.1).