diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-25 10:04:27 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-25 10:04:27 -0500 |
commit | c33865dc58bf1e0c2aaa9a935d1c8594b844dee3 (patch) | |
tree | ed7d711959dc8a0335a5658dc255b1e318f75a1f /howto.txt | |
parent | 7452783c11ca015c3626c31f965d6a5332cb259e (diff) | |
download | python-coveragepy-git-c33865dc58bf1e0c2aaa9a935d1c8594b844dee3.tar.gz |
Coverage.py measuring itself works again! 86%, btw.
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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: |