summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-22 00:23:29 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-22 00:23:29 -0400
commit1cb8b2da527d6e6b17702c72f87ce37b899c5730 (patch)
treea6086639de3ba09d6c2d22914c7ef921cb188934
parentf3cc99cf67933ae9bafd71c9f7cb9503d34b993b (diff)
parent747028ddd9640ab054200d00d1a1bb13ea7bd704 (diff)
downloadcmd2-git-1cb8b2da527d6e6b17702c72f87ce37b899c5730.tar.gz
Merge branch 'master' into new_quoted_completion
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c6713750..7398389d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -282,7 +282,7 @@ py.test -nauto --forked
Code coverage can be measured as follows:
```shell
-py.test -nauto --cov=cmd2 --cov-report=term-missing --cov-report=html
+py.test -nauto --cov=cmd2 --cov-report=term-missing --cov-report=html --forked
```
Then use your web browser of choice to look at the results which are in `<cmd2>/htmlcov/index.html`.