nose-devs / nose

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

--cover-config-file is no longer an option in nose 1.3.7, but is present in the docs (and the docs source) #989

Open ni-tterry opened 8 years ago

ni-tterry commented 8 years ago

I tried using --cover-config-file today to point to a specific .coveragerc file, but found that it is no longer an option. When I went to the source, I found that the option isn't there and the environment variable it can optionally reference is no longer referenced.

I would really love for this option to exist, but if it just can't, can the docs please be updated?

Docs for coverage here: http://nose.readthedocs.org/en/latest/plugins/cover.html