summaryrefslogtreecommitdiff
path: root/doc/python-coverage.1.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-10-20 18:37:46 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-10-20 18:37:46 -0400
commit17c94a9f94916ba892f7ef0518881776d6b55d66 (patch)
tree51a7eda6cf8d9e61adcb3ca791f9917065125085 /doc/python-coverage.1.txt
parentad4c7f3a5194f6966454d534f02e6b02633fa370 (diff)
parentcd015c45c278aca757263746ed2e64c46d578ddd (diff)
downloadpython-coveragepy-git-17c94a9f94916ba892f7ef0518881776d6b55d66.tar.gz
Merged pull request #18 manually
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r--doc/python-coverage.1.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 89c70b53..f79f33d8 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -8,7 +8,7 @@ measure code coverage of Python program execution
:Author: Ned Batchelder <ned@nedbatchelder.com>
:Author: |author|
-:Date: 2013-10-10
+:Date: 2014-09-27
:Copyright: BSD license, attribution and disclaimer required.
:Manual section: 1
:Manual group: Coverage
@@ -76,8 +76,8 @@ GLOBAL OPTIONS
Usually needs quoting on the command line.
**--include** `PATTERN` [ , ... ]
- Include files only when their filename path matches one of these
- PATTERNs. Usually needs quoting on the command line.
+ Include only files whose paths match one of these
+ PATTERNs. Accepts shell-style wildcards, which must be quoted.
COMMAND REFERENCE
@@ -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.