CodeBrowser / python-package / pytest-cov
pytest-cov==7.1.0
# Pytest plugin for measuring coverage.
$ pip install pytest-cov
downloads/wk
51,416,606
license
version
7.1.0
python
>=3.9
What is pytest-cov?
pytest-cov is a pytest plugin that measures code coverage during test execution, showing which parts of your codebase are exercised by your tests. Developers use it to identify untested code paths and ensure their test suites provide adequate coverage of their application logic.
Keywords
#cover #coverage #distributed #parallel #py.test #pytest