python-coverage

code coverage tool for Python 2

Description

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not.

Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not.

This package installs the Python version 2 ‘coverage’ library, and the ‘python2-coverage’ program to perform and report coverage tests.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://nedbatchelder.com/code/coverage/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-coverage