CMD + K

pytest-cov

Community

Pytest plugin for measuring coverage

Installation

To install this package, run one of the following:

Conda
$conda install anaconda-python-gte-3.10::pytest-cov

Usage Tracking

6.0.0
4.1.0
4.0.0
3.0.0
2.12.1
5 / 8 versions selected
Downloads (Last 6 months): 0

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). All features offered by the coverage package should work, either through pytest-cov's command line options or through coverage's config file.

About

Summary

Pytest plugin for measuring coverage

Last Updated

Mar 31, 2025 at 23:32

License

MIT

Total Downloads

21

Supported Platforms

linux-64

Unsupported Platforms

noarch Last supported version: 3.0.0