code coverage tool with emacs integration?

Skip Montanaro skip at pobox.com
Sun Jul 27 21:17:06 EDT 2003


    >> How would you get any context showing you what lines in the region
    >> had been executed at least once?

    John> Why would I want to?

For me, analyzing code coverage consists of studying the code in the region
around the uncovered line(s).  Knowing which lines in the area have and
haven't been covered helps me analyze what's missing in my test coverage.

Skip





More information about the Python-list mailing list