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