summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-06-21 13:25:43 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-06-21 13:25:43 -0400
commit1937db828536ca1f227dfd1ddab8d987b7346097 (patch)
treef9d563984787a4ab96beb269653e3ee268ffb809
parentc01a60b5774ffbcf33ce0d6cfe7926c561102a7b (diff)
downloadpython-coveragepy-git-1937db828536ca1f227dfd1ddab8d987b7346097.tar.gz
Tweaks to howtocoverage-4.0a6
-rw-r--r--howto.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/howto.txt b/howto.txt
index 0c252da4..e438af8d 100644
--- a/howto.txt
+++ b/howto.txt
@@ -19,8 +19,8 @@
pip install -e .
cd ~/cog/trunk
rm -rf htmlcov
- TODO: this isn't right with the new cog
- coverage run --branch --source=cogapp -m cogapp.test_cogapp CogTestsInMemory
+ coverage run --branch --source=cogapp -m nose cogapp/test_cogapp.py:CogTestsInMemory
+ coverage combine
coverage html
- IF BETA:
cp -r htmlcov/ ~/coverage/trunk/doc/sample_html_beta/