Пакет python3-module-pytest-randomly: Информация

    Исходный пакет: python3-module-pytest-randomly
    Версия: 3.15.0-alt1
    Последняя версия по данным Repology
    Собран:  17 августа 2023 г. 12:30 в задании #327307
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/pytest-randomly/

    Лицензия: MIT
    О пакете: Pytest plugin to randomly order tests and control random.seed
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-pytest-randomly (noarch)

    Сопровождающий: Stanislav Levin

    Список участников:
    Stanislav Levin

    Права:
    Stanislav Levin
    @everybody

      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

    Последнее изменение


    17 августа 2023 г. Stanislav Levin 3.15.0-alt1
    - 3.13.0 -> 3.15.0.
    20 июля 2023 г. Stanislav Levin 3.13.0-alt1
    - 3.12.0 -> 3.13.0.
    25 апреля 2023 г. Stanislav Levin 3.12.0-alt2
    - Fixed FTBFS (pytest 7.3.1).