Martin Panter added the comment:

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.

----------
nosy: +vadmium

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24249>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to