summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/