pytest-cov
Package — TestingPython 3.7+Intermediate
Pytest plugin for coverage.py integration
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- pytest, coverage
- Install
pip install pytest-cov
Learn by Difficulty
Quick Example
python
# Install: pip install pytest-cov import pytest_cov # Basic pytest-cov usage print(f"Using pytest-cov") # See documentation for detailed examples
pytest-cov is a third-party package. Pytest plugin for coverage.py integration. Install with: pip install pytest-cov
Try in PlaygroundTags
packagetestingquality-assurance