New submission from Terry J. Reedy:

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:

----------
assignee: terry.reedy
components: IDLE
messages: 298379
nosy: csabella, louielu, terry.reedy, wohlganger
priority: normal
severity: normal
stage: needs patch
status: open
title: Document how to run coverage for repository idlelib files.
type: enhancement
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30934>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to