code coverage

Andrew Dalke dalke at bioreason.com
Sun Jul 11 17:16:13 EDT 1999


Hello,

  I improved the detection of exectuable lines in the code
coverage tool I mentioned yesterday.  Instead of getting
data from an __import__ of a module, I use the parser module
to compile the text of a file.  This gives me access to code
which would be executed during the import.

  Again, the results are at
     ftp://starship.python.net/pub/crew/dalke/trace.py

						Andrew
						dalke at bioreason.com




More information about the Python-list mailing list