diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-05 21:21:43 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-05 21:21:43 -0500 |
| commit | 0cc8fd18714cb214327a0a58b704401a9efdf8dc (patch) | |
| tree | 0a6ac59eaf1b7acaf26053a5f3c69304b9ddbda3 /README.txt | |
| download | python-coveragepy-git-0cc8fd18714cb214327a0a58b704401a9efdf8dc.tar.gz | |
Initial coverage.py 3.0 beta 1
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 00000000..b6bc7589 --- /dev/null +++ b/README.txt @@ -0,0 +1,7 @@ +Coverage: code coverage testing for Python
+
+Coverage.py is a Python module that measures code coverage 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/modules/coverage.html
|
