Package python3-module-pytest-cov: Information

    Binary package: python3-module-pytest-cov
    Version: 5.0.0-alt1
    Architecture: noarch
    Build time:  Mar 26, 2024, 02:28 PM in the task #343602
    Source package: python3-module-pytest-cov
    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).

    Maintainer: Stanislav Levin


    ACL:
    Stanislav Levin
    @python
    @everybody

    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.