summaryrefslogtreecommitdiff
path: root/doc/python-coverage.1.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-09-25 07:18:40 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-09-25 07:18:40 -0400
commitb8f43e662ccdc11d5314d34a87c0dbdc0fba2403 (patch)
tree3e79cdc7c15ebbf420cc43c7f87ca02942cfbd8f /doc/python-coverage.1.txt
parentbee4695b9dd3ac9aee5d2dc2746a49a37aae0742 (diff)
downloadpython-coveragepy-git-b8f43e662ccdc11d5314d34a87c0dbdc0fba2403.tar.gz
Add docs for --concurrency
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r--doc/python-coverage.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 9ea5f4ee..e5f65d63 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -160,6 +160,10 @@ COMMAND REFERENCE
\--branch
Measure branch coverage in addition to statement coverage.
+ \--concurrency `LIB`
+ Properly measure code using a concurrency library. Valid values are:
+ thread, gevent, greenlet, eventlet.
+
\--debug `DEBUGOPT`,...
Debug options `DEBUGOPT`, separated by commas.