[New-bugs-announce] [issue11561] "coverage" of Python regrtest cannot see initial import of libs

Brandon Craig Rhodes report at bugs.python.org
Tue Mar 15 23:09:10 CET 2011


New submission from Brandon Craig Rhodes <brandon at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11561>
_______________________________________


More information about the New-bugs-announce mailing list