nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 396 forks source link

Location of generated cover HTML #1012

Closed ahartoto closed 5 years ago

ahartoto commented 8 years ago

Hi,

When I used nose with options --where test --with-coverage --cover-html --cover-html-dir=covhtml, I noticed that the directory is created inside test. So, test/covhtml is the output directory instead of ./covhtml. Is it possible to change this behavior?

ahartoto commented 5 years ago

nose is no longer maintained. Use nose2 if interested