Generic Python reverse test coverage tool

9 thoughts
last posted Jan. 30, 2019, 10:55 a.m.

3 earlier thoughts

0

However, reverse coverage is far from being useful only at that big scale. Imagine being able to:

  • Intelligently rerun only the changed code's tests coverage, while doing interactive test-driven development
  • Query for a list of tests that execute some bit code, while learning a new codebase

5 later thoughts