Fixes an issue where the organization home page would throw a 505 when no projects...
[Melange.git] / thirdparty / coverage / README.txt
blobb6bc7589ab570287d7b8de4577a4809640d52228
1 Coverage: code coverage testing for Python\r
2 \r
3 Coverage.py is a Python module that measures code coverage during test execution.\r
4 It uses the code analysis tools and tracing hooks provided in the Python standard\r
5 library to determine which lines are executable, and which have been executed.\r
6 \r
7 For more information, see http://nedbatchelder.com/code/modules/coverage.html\r