Nose and coverage
I'm working on improving the PyBlosxom testing situation and in the process
of doing that ran into a problem with
nose (version 0.10.0) and
coverage (version 2.77).
Both installed with easy_install
.
When running:
$ nosetests --verbose --with-coverage --cover-package=Pyblosxom --include unit $ nosetests --verbose --with-coverage --cover-package=Pyblosxom --include functional
I bumped into the problem described here (nose.python-hosting.com) and here (code.google.com). The solution is to either:
remove
coverage.py
from/usr/bin
, orchange the filename from
/usr/bin/coverage.py
to/usr/bin/coverage