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
commitdb32bc9ab87fccf85515f87d3714de12ccabc585 (patch)
tree5451cfbf0af0e28826473df426d6525710d2545e /doc/python-coverage.1.txt
parentfe9ea16b667d2a89d94f09b52c58b54e209874c2 (diff)
downloadpython-coveragepy-db32bc9ab87fccf85515f87d3714de12ccabc585.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 9ea5f4e..e5f65d6 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.