[TIP] coverage.py with doctest.testfile

David Montgomery davidlmontgomery at gmail.com
Tue Mar 6 00:43:21 PST 2007


I have coverage.py working with doctest.testmod(), but
not with doctest.testfile().  The external tests run, but
coverage.py doesn't pick up the lines executed by the
text file.

Anyone on the list have experience getting this working?

Thanks,
David



More information about the testing-in-python mailing list