Environment
- Console
Intended Audience
- Developers
License
- OSI Approved :: BSD License
Operating System
- OS Independent
Programming Language
- Python :: 2
- Python :: 3
Topic
- Software Development :: Quality Assurance
- Software Development :: Testing
Development Status
- 3 - Alpha
Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.
Coverage.py runs on CPython 2.6, 2.7, 3.3, or 3.4, PyPy 2.4, and PyPy3 2.4.
Documentation is at nedbatchelder.com. Code repository and issue tracker are on Bitbucket, with a mirrored repo on GitHub.
New in 4.0 alpha: --concurrency, dropped support for older Pythons, setup.cfg support, plugins for other file variants, –skip-covered, HTML filtering.
New in 3.7: --debug, and 12 bugs closed.
New in 3.6: --fail-under, and >20 bugs closed.
New in 3.5: Branch coverage exclusions, keyboard shortcuts in HTML report.
New in 3.4: Better control over source to measure, and unexecuted files can be reported.
New in 3.3: .coveragerc files.
New in 3.2: Branch coverage!