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 doesn't work #1001

Open TheNavigat opened 8 years ago

TheNavigat commented 8 years ago

We suddenly lost the information regarding missing lines in Certbot (https://github.com/certbot/certbot). After doing some research I realized that we can use a cover config file and add the setting explicitly there.

However, using the parameter doesn't work. Nose crashes and prints nosetests: error: no such option: --cover-config-file

The command I'm using is nosetests -c /dev/null --with-cover --cover-tests --cover-package certbot --cover-min-percentage=98 certbot --cover-config-file=test. Please note that nosetests -c /dev/null --with-cover --cover-tests --cover-package certbot --cover-min-percentage=98 certbot, without --cover-config-file, works perfectly.

nosetests -V prints nosetests version 1.3.7.

Kojoley commented 8 years ago

Duplicate of #989

rmmh commented 8 years ago

This is fixed in master, it just needs a new release cut. The last release was 14 months ago.

timc13 commented 7 years ago

+1 ...

chrisRedwine commented 7 years ago

+1 ...

RedCraig commented 7 years ago

@rmmh This is fixed in master, it just needs a new release cut. The last release was 14 months ago.

Been a long time since a release now. Is nose still maintained?

earonesty commented 5 years ago

nose is not longer being released/maintained. last release is 3 years ago