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 | 4d12f1d3ea075bb8b1dd622b0a62c05b8c8b3fe6 (patch) | |
tree | 66ba8e078e463e7b68eef658f70409d290055d24 | |
parent | 27bfe05dfeaed0bafb3f975a3461daed563c6723 (diff) | |
download | python-coveragepy-git-4d12f1d3ea075bb8b1dd622b0a62c05b8c8b3fe6.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 |