coverage 3.7.1
Code coverage measurement for Python
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 Pythons 2.3 through 3.3, and PyPy 1.9.
Documentation is at nedbatchelder.com. Code repository and issue tracker are on Bitbucket, with a mirrored repo on Github.
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!
File | Type | Py Version | Uploaded on | Size | |
---|---|---|---|---|---|
coverage-3.7.1.tar.gz (md5) | Source | 2013-12-13 | 278KB | ||
coverage-3.7.1.win32-py2.6.exe (md5) | MS Windows installer | 2.6 | 2013-12-13 | 418KB | |
coverage-3.7.1.win32-py2.7.exe (md5) | MS Windows installer | 2.7 | 2013-12-13 | 417KB | |
coverage-3.7.1.win32-py3.2.exe (md5) | MS Windows installer | 3.2 | 2013-12-13 | 417KB | |
coverage-3.7.1.win32-py3.3.exe (md5) | MS Windows installer | 3.3 | 2013-12-13 | 413KB | |
- Downloads (All Versions):
- 14190 downloads in the last day
- 68280 downloads in the last week
- 299620 downloads in the last month
- Author: Ned Batchelder and others
- Home Page: http://nedbatchelder.com/code/coverage
- Keywords: code coverage testing
- License: BSD
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python :: 2
- Programming Language :: Python :: 3
- Topic :: Software Development :: Quality Assurance
- Topic :: Software Development :: Testing
- Package Index Owner: nedbatchelder
- Package Index Maintainer: cito
- DOAP record: coverage-3.7.1.xml