code coverage tool

Peter Hansen peter at engcorp.com
Thu Feb 20 07:35:06 EST 2003


phil hunt wrote:
> 
> Is there an open-source code coverage tool for Python? I have a
> program for which I have written sevewral unit tests, and I want to
> see if any of the lines in my program aren't being exercised by the
> tests.

Google is your friend.  Try "python coverage" or sprinkle lightly
with "test" or "code" or such...

-Peter




More information about the Python-list mailing list