Message113076
| Author |
eli.bendersky |
| Recipients |
amaury.forgeotdarc, eli.bendersky, georg.brandl, jjdominguezm, r.david.murray |
| Date |
2010年08月06日.06:04:57 |
| SpamBayes Score |
3.323927e-05 |
| Marked as misclassified |
No |
| Message-id |
<1281074699.24.0.48216018196.issue3821@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|