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

    Исходный пакет: python-module-pytest-randomly
    Версия: 1.2.3-alt1
    Собран:  30 апреля 2019 г. 2:00 в задании #228367
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/pytest-randomly/

    Лицензия: BSD 3-Clause
    О пакете: 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-пакетом:
    python-module-pytest-randomly (noarch)
    python3-module-pytest-randomly (noarch)

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

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

      1. python3-module-numpy
      2. python3-module-pytest
      3. python3-module-setuptools
      4. python-module-numpy
      5. python-module-pytest
      6. python-module-setuptools
      7. rpm-build-python3

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


    19 декабря 2018 г. Stanislav Levin 1.2.3-alt1
    - Initial build.