[Python-Dev] regrtest.py mods for code coverage

Barry A. Warsaw barry at python.org
Wed Dec 31 11:41:11 EST 2003


Hi all,

I wanted to improve the code coverage for base64.py (see previous
message, re: RFC 3548 support) in the test_base64.py unit test.  So I
did a fairly simpleminded adaptation of Zope3's test.py -T code
coverage flag to regrtest.py.  Very handy for upping coverage of a
module's code!

The patch is available here:

http://sourceforge.net/tracker/index.php?func=detail&aid=868499&group_id=5470&atid=305470

Currently assigned to Jeremy for review.  Please let me know what you
think.

-Barry



More information about the Python-Dev mailing list