summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-27 06:43:44 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-27 06:43:44 -0500
commit4d12f1d3ea075bb8b1dd622b0a62c05b8c8b3fe6 (patch)
tree66ba8e078e463e7b68eef658f70409d290055d24
parent27bfe05dfeaed0bafb3f975a3461daed563c6723 (diff)
downloadpython-coveragepy-git-4d12f1d3ea075bb8b1dd622b0a62c05b8c8b3fe6.tar.gz
Cog is still using nose
-rw-r--r--howto.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/howto.txt b/howto.txt
index bd46f908..1f4aed4d 100644
--- a/howto.txt
+++ b/howto.txt
@@ -23,6 +23,7 @@
- Generate new sample_html to get the latest, incl footer version number:
make clean
pip install -e .
+ pip install nose
cd ~/cog/trunk
rm -rf htmlcov
coverage run --branch --source=cogapp -m nose cogapp/test_cogapp.py:CogTestsInMemory