This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients cheryl.sabella, louielu, terry.reedy, wohlganger
Date 2017-07-15.01:19:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500081585.35.0.923637622202.issue30934@psf.upfronthosting.co.za>
In-reply-to
Content
I have been using coverage for a few years. Now that I am (again) not the only one writing IDLE tests (others did 3 and 4 years ago), I should document what I do and in particular the policy decision -- test with 'branch=True' -- and the IDLE-specific excludes:
    .*# htest #
    if not _utest:
    if _htest:
History
Date User Action Args
2017-07-15 01:19:45terry.reedysetrecipients: + terry.reedy, louielu, cheryl.sabella, wohlganger
2017-07-15 01:19:45terry.reedysetmessageid: <1500081585.35.0.923637622202.issue30934@psf.upfronthosting.co.za>
2017-07-15 01:19:44terry.reedylinkissue30934 messages
2017-07-15 01:19:44terry.reedycreate