Show who tests what · Issue #170 · nedbat/coveragepy (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
Originally reported by andrea crotti (Bitbucket: andrea_crotti, GitHub: Unknown)
I was just using the awesome HTML report to see my test coverage and I had the following thought.
Wouldn't it be nice to be able to see easily what parts of the test suites are actually testing my code?
I guess that these information is collected while doing the annotation, right?
In this way we could actually see if the tests are actually good very easily, which is specially important when working with other people code.