summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-25 10:04:27 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-25 10:04:27 -0500
commitc33865dc58bf1e0c2aaa9a935d1c8594b844dee3 (patch)
treeed7d711959dc8a0335a5658dc255b1e318f75a1f /howto.txt
parent7452783c11ca015c3626c31f965d6a5332cb259e (diff)
downloadpython-coveragepy-git-c33865dc58bf1e0c2aaa9a935d1c8594b844dee3.tar.gz
Coverage.py measuring itself works again! 86%, btw.
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/howto.txt b/howto.txt
index 2cde1a17..406b0903 100644
--- a/howto.txt
+++ b/howto.txt
@@ -72,11 +72,10 @@
- activate the virtualenv
- $ tox
+- For complete coverage testing:
-- For complete coverage testing, in each Python installation, create a
- "zzz_coverage_process_start.pth" containing::
-
- import coverage; coverage.process_startup()
+ $ COVERAGE_COVERAGE=yes tox
+ $ python igor.py combine_html
- To run the Javascript tests: