diff options
Diffstat (limited to 'python/coverage/README')
-rw-r--r-- | python/coverage/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/coverage/README b/python/coverage/README new file mode 100644 index 0000000000..e2bf006726 --- /dev/null +++ b/python/coverage/README @@ -0,0 +1,5 @@ +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. |