Package python3-module-pytest-cov: Information

    Source package: python3-module-pytest-cov
    Version: 5.0.0-alt1
    Build time:  Mar 27, 2024, 12:12 AM
    Report package bug
    License: MIT
    Summary: Pytest plugin for measuring coverage
    Description: 
    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).

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

    Maintainer: 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

    Last changed


    March 26, 2024 Stanislav Levin 5.0.0-alt1
    - 4.1.0 -> 5.0.0.
    May 25, 2023 Stanislav Levin 4.1.0-alt1
    - 4.0.0 -> 4.1.0.
    May 18, 2023 Stanislav Levin 4.0.0-alt2
    - Fixed FTBFS.