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

    Исходный пакет: python3-module-pytest-cov
    Версия: 5.0.0-alt1
    Собран:  27 марта 2024 г. 2:18
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/pytest-cov/

    Лицензия: MIT
    О пакете: Pytest plugin for measuring coverage
    Описание: 
    This plugin produces coverage reports. Compared to just using coverage run this
    plugin does some extras:
    - Subprocess support: you can fork or run stuff in a subprocess and will get
      covered without any fuss.
    - Xdist support: you can use all of pytest-xdist's features and still get
    coverage.
    - Consistent pytest behavior. If you run coverage run -m pytest you will have
      slightly different sys.path (CWD will be in it, unlike when running pytest).

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

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


      1. python3-module-coverage
      2. python3-module-fields
      3. python3-module-process-tests
      4. python3-module-pyproject-installer >= 0.4.0
      5. python3-module-pytest
      6. python3-module-pytest-xdist
      7. python3-module-setuptools
      8. python3-module-virtualenv
      9. python3-module-wheel
      10. rpm-build-pyproject

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


    26 марта 2024 г. Stanislav Levin 5.0.0-alt1
    - 4.1.0 -> 5.0.0.
    25 мая 2023 г. Stanislav Levin 4.1.0-alt1
    - 4.0.0 -> 4.1.0.
    18 мая 2023 г. Stanislav Levin 4.0.0-alt2
    - Fixed FTBFS.