I have installed nose for python 2.6 and it works fine but I was trying use the --cover-html
option to generate a html report. I typed the following command from the command line:
nosetests --cover-html
It ran the tests but did not generate the html.
Am I missing something ?