coverage 3.3.1
Code coverage measurement for Python
Latest Version: 3.5.2
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.1.
Documentation is at nedbatchelder.com. Code repository and issue tracker are at bitbucket.org.
New in 3.2: Branch coverage!
New in 3.3: .coveragerc files
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| coverage-3.3.1.tar.gz (md5) | Source | 2010-03-07 | 82KB | 37782 | |
| coverage-3.3.1.win-amd64-py2.5.exe (md5) | MS Windows installer | 2.5 | 2010-03-09 | 304KB | 380 |
| coverage-3.3.1.win-amd64-py2.6.exe (md5) | MS Windows installer | 2.6 | 2010-03-09 | 302KB | 395 |
| coverage-3.3.1.win-amd64-py3.1.exe (md5) | MS Windows installer | 3.1 | 2010-03-09 | 302KB | 349 |
| coverage-3.3.1.win32-py2.3.exe (md5) | MS Windows installer | 2.3 | 2010-03-07 | 138KB | 402 |
| coverage-3.3.1.win32-py2.4.exe (md5) | MS Windows installer | 2.4 | 2010-03-07 | 142KB | 428 |
| coverage-3.3.1.win32-py2.5.exe (md5) | MS Windows installer | 2.5 | 2010-03-07 | 142KB | 645 |
| coverage-3.3.1.win32-py2.6.exe (md5) | MS Windows installer | 2.6 | 2010-03-07 | 274KB | 1370 |
| coverage-3.3.1.win32-py3.1.exe (md5) | MS Windows installer | 3.1 | 2010-03-07 | 274KB | 456 |
- 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
- DOAP record: coverage-3.3.1.xml
