Eli Bendersky <eli...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue3821>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to