This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients ezio.melotti, martin.panter, michael.foord, r.david.murray, rbcollins
Date 2015-05-20.23:03:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432163039.26.0.0851823108387.issue24249@psf.upfronthosting.co.za>
In-reply-to
Content
Can’t you use the -b or --buffer command-line option <https://docs.python.org/dev/library/unittest.html#cmdoption-unittest-b>, or equivalent option to unittest.main() or whatever?

The standard output and standard error streams are buffered during the test run. Output during a passing test is discarded. Output is echoed normally on test fail or error and is added to the failure messages.
History
Date User Action Args
2015-05-20 23:03:59martin.pantersetrecipients: + martin.panter, rbcollins, ezio.melotti, r.david.murray, michael.foord
2015-05-20 23:03:59martin.pantersetmessageid: <1432163039.26.0.0851823108387.issue24249@psf.upfronthosting.co.za>
2015-05-20 23:03:59martin.panterlinkissue24249 messages
2015-05-20 23:03:59martin.pantercreate