New submission from Brandon Craig Rhodes <bran...@rhodesmill.org>:

When running the Python regression tests in "coverage", the initial outer level 
of interpreted code in several standard library modules shows as not having 
been covered by the tests, because they were imported during the Python boot 
process and were already loaded when the "coverage" command got control.

----------
messages: 131051
nosy: brandon-rhodes
priority: normal
severity: normal
status: open
title: "coverage" of Python regrtest cannot see initial import of libs

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

Reply via email to