summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-12-22 20:12:59 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-12-22 20:12:59 -0500
commit05444facc0d222b2fcf7e1215ec71f8c9b7b3c04 (patch)
tree576cb9d71f72fa8e16b5107f355a565d8b8cfa71 /howto.txt
parente1528a728c830672c3c1a857484d60ae96a68311 (diff)
downloadpython-coveragepy-git-05444facc0d222b2fcf7e1215ec71f8c9b7b3c04.tar.gz
A way to run tests on 2.3 and 2.4
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/howto.txt b/howto.txt
index 406b0903..68afa091 100644
--- a/howto.txt
+++ b/howto.txt
@@ -74,8 +74,19 @@
- For complete coverage testing:
- $ COVERAGE_COVERAGE=yes tox
- $ python igor.py combine_html
+ $ make metacov
+
+ This will run coverage under its own measurement. You can do this in
+ different environments (Linux vs. Windows, for example), then copy the
+ data files (.coverage.meta.*) to one machine for combination and
+ reporting. To combine and report:
+
+ $ make metahtml
+
+- For testing on Python <= 2.4:
+
+ - Set up the Python as your current python, probably with a virtualenv.
+ - $ . ./test_old.sh
- To run the Javascript tests: