nose-devs / nose

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

1.3.7 doesn't have option to suppress cover print #986

Closed piohhmy closed 8 years ago

piohhmy commented 8 years ago

In the changelog, the nose docs, and the source code there are references to suppress printing of the coverage report (e.g. --cover-no-print) for version 1.3.7. However, downloading the latest 1.3.7 version from Pypi (or installing from pip) this option is not available. Could it be Pypi has an old version of source associated with 1.3.7?

jszakmeister commented 8 years ago

No, it was an error when the PR was merged. It should not be listed under 1.3.7. Nose hasn't been released with that feature yet.

thoppe commented 7 years ago

Null update for those landing here from a search: The item is still mentioned in the docs, http://nose.readthedocs.io/en/latest/genindex.html but has not been added to nose.

vdaskalov commented 7 years ago

Is there any workaround for this?