diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:53:53 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:53:53 -0500 |
| commit | 4355fa45cd548c5f5b33396405b718062aefe818 (patch) | |
| tree | e4b9f672e0b039fa1374ac1f1c4e330295ed4f8f /README.txt | |
| parent | e3eb59636512b3d4ad8603948450fbc62dca2205 (diff) | |
| download | python-coveragepy-git-4355fa45cd548c5f5b33396405b718062aefe818.tar.gz | |
Clean-ups
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,9 +1,9 @@ -Coverage.py: code coverage testing 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.
-
-For more information, see http://nedbatchelder.com/code/coverage
-
-Code repo and issue tracking are at http://bitbucket.org/ned/coveragepy
+Coverage.py: code coverage testing 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. + +For more information, see http://nedbatchelder.com/code/coverage + +Code repo and issue tracking are at http://bitbucket.org/ned/coveragepy |
