nose-devs / nose

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

Documentation reflects nose@master branch and not nose@1.3.7 #987

Open lsh-0 opened 8 years ago

lsh-0 commented 8 years ago

The documentation here: http://nose.readthedocs.org/en/latest/

says it's for version 1.3.7 but appears to actually be for the master branch. There are features described in the documentation that are not actually available in the 1.3.7 release, like the --cover-no-print parameter for example.

lsh-0 commented 8 years ago

oh - and a big thank you to all developers on nose - it was excellent having an alternative to the pyunit testrunner today when I needed it.