summaryrefslogtreecommitdiff
path: root/howto.txt
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
commit67d2d375d50d1169dbe00c40988b97468b86823d (patch)
tree81161ff6e0c7173a2bcff8dc28b49fb19a1198e6 /howto.txt
parent0054ceb0708fa80a8425c55000bacb05be398d05 (diff)
downloadpython-coveragepy-67d2d375d50d1169dbe00c40988b97468b86823d.tar.gz
Cog is still using nose
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/howto.txt b/howto.txt
index bd46f90..1f4aed4 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