diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ """Code coverage measurement for Python -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 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 Pythons 2.3 through 3.1. |