nose-devs / nose

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

where is `coverage`'s own nose plugin? #1022

Closed johnyf closed 7 years ago

johnyf commented 7 years ago

The documentation mentions that "Newer versions of coverage contain their own nose plugin which is superior to the builtin plugin".

I cannot find this plugin within the code of coverage.py. Could you please note where it can be found?

nedbat commented 7 years ago

Coverage.py does not provide a nose plugin, and never has. At one time, we thought we might, but we did not.

johnyf commented 7 years ago

Thank you for the information. It is worth noting that the documentation file mentioned in the OP was last changed on Mar 4 2010, so, clearly, it is outdated. I've corrected the error in #1025.