nose
nose copied to clipboard
--cover-config-file doesn't work
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
.
Duplicate of #989
This is fixed in master, it just needs a new release cut. The last release was 14 months ago.
+1 ...
+1 ...
@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?
nose is not longer being released/maintained. last release is 3 years ago