thirdparty/coverage/README.txt
changeset 780 042aafcd7dce
equal deleted inserted replaced
779:81506d223cb0 780:042aafcd7dce
       
     1 Coverage: code coverage testing for Python
       
     2 
       
     3 Coverage.py is a Python module that measures code coverage during test execution.
       
     4 It uses the code analysis tools and tracing hooks provided in the Python standard
       
     5 library to determine which lines are executable, and which have been executed.
       
     6 
       
     7 For more information, see http://nedbatchelder.com/code/modules/coverage.html