summaryrefslogtreecommitdiffstats
path: root/python/coverage/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/coverage/README')
-rw-r--r--python/coverage/README5
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.