[issue3821] trace module bug when using --missing

Eli Bendersky report at bugs.python.org
Fri Aug 6 08:04:59 CEST 2010


Eli Bendersky <eliben at gmail.com> added the comment:

TestCoverage.test_coverage_ignore fails when running in verbose mode ("python regrtest.py -v test_trace", or directly "python test_trace.py"), because it attempts to compare stdout.getvalue() with the empty string, while verbose places output there.

I will fix it as part of my merge with the larger test_trace.py for issue 9315.

----------
nosy: +eli.bendersky

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3821>
_______________________________________


More information about the Python-bugs-list mailing list