7WebPages / coveragepy

A mirror: the real repo is at http://bitbucket.org/ned/coveragepy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage.py

Code coverage testing for Python.

 License Python versions supported Package stability Documentation
 Build status Windows build status Coverage!
 PyPI status Kit format Daily PyPI downloads

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, 3.4 or 3.5, PyPy 2.6, and PyPy3 2.4.

Documentation is on Read the Docs. Code repository and issue tracker are on Bitbucket, with a mirrored repository on GitHub.

New in 4.0: --concurrency, plugins for non-Python files, setup.cfg support, --skip-covered, HTML filtering, and more than 50 issues closed.

Quick Start

See the quick start section of the docs.

License

Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0. For details, see https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt.

About

A mirror: the real repo is at http://bitbucket.org/ned/coveragepy

License:Apache License 2.0


Languages

Language:Python 72.3%Language:HTML 14.5%Language:JavaScript 6.2%Language:C 4.2%Language:CSS 1.5%Language:PowerShell 0.7%Language:Batchfile 0.3%Language:Makefile 0.3%