Additional tools for Python coverage
Project description
Coverage Tools
--------------
This package is a collection of command line tools for
`coverage <http://pypi.python.org/pypi/coverage>`_ to produce verbose reports
and/or stats measurements of your test coverage.
Available tools include:
* coverage-annotate - prints the source code and prefixes each line with + or -
depending on wheather it was executed during testing or not;
* coverage-diff - compares the annotated sources from two coverage data files to
highlight the difference in test coverage between them;
Installation
============
Use pip to install from PyPI:
::
pip install coverage-tools
Contributing
============
Source code and issue tracker are at https://github.com/atodorov/coverage-tools
--------------
This package is a collection of command line tools for
`coverage <http://pypi.python.org/pypi/coverage>`_ to produce verbose reports
and/or stats measurements of your test coverage.
Available tools include:
* coverage-annotate - prints the source code and prefixes each line with + or -
depending on wheather it was executed during testing or not;
* coverage-diff - compares the annotated sources from two coverage data files to
highlight the difference in test coverage between them;
Installation
============
Use pip to install from PyPI:
::
pip install coverage-tools
Contributing
============
Source code and issue tracker are at https://github.com/atodorov/coverage-tools
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coverage-tools-0.0.1.tar.gz
(3.6 kB
view hashes)