I installed the nose for python 2.6 and it works fine, but I tried to use the --cover-html option to create an html report. I entered the following command at the command prompt:
nosetests --cover-html
He ran tests, but did not generate html.
Did I miss something?
python code-coverage nosetests
Gokul
source share