[New-bugs-announce] [issue42790] test.regrtest outputs to stdout instead of stderr

Serhiy Storchaka report at bugs.python.org
Wed Dec 30 14:26:59 EST 2020


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

unittest outputs progress and summary to stderr, but test.regrtest outputs it to stdout. Except that it outputs progress to stderr if option -W is used.

It caused some problems with test_curses, because curses uses stdout, and when re-attach it to other terminal or file we can lose the regrtest output. It makes the code more complicated.

----------
components: Tests
messages: 384084
nosy: serhiy.storchaka, vstinner
priority: normal
severity: normal
status: open
title: test.regrtest outputs to stdout instead of stderr
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42790>
_______________________________________


More information about the New-bugs-announce mailing list