summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
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: