[Pyunit-interest] code coverage module?
Brought to you by:
purcell
From: Jeremy H. <je...@al...> - 2000-12-01 19:41:10
|
I just saw the messages on the October archive about integrating a code coverage library with PyUnit. I'm looking at PyUnit for a couple of projects where code coverage of Python and C code would be useful. I have a bunch of questions: Does the PyCov tool do code coverage for Python or for C? Do you have a URL for it? The URL in the archive does not work. Have you looked at the trace tool in the Python 2.0 distribution? It's the code coverage tool written by Skip Montonaro and Andrew Dalke. Has anything happened since the discussion in October? Jeremy |