diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-27 06:43:44 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-27 06:43:44 -0500 |
commit | 67d2d375d50d1169dbe00c40988b97468b86823d (patch) | |
tree | 81161ff6e0c7173a2bcff8dc28b49fb19a1198e6 | |
parent | 0054ceb0708fa80a8425c55000bacb05be398d05 (diff) | |
download | python-coveragepy-67d2d375d50d1169dbe00c40988b97468b86823d.tar.gz |
Cog is still using nose
-rw-r--r-- | howto.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |