]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-13236: Flush the output stream more often in unittest (GH-29864)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Dec 2021 18:57:20 +0000 (20:57 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Dec 2021 18:57:20 +0000 (20:57 +0200)
commitf42a06ba279c916fb67289e47f9bc60dc5dee4ee
tree448bcd0c11fc1089de6a6dc9a4964092b1f2932a
parent87a18deda43a9e512e8ca85daf363e9924f6db5f
bpo-13236: Flush the output stream more often in unittest (GH-29864)

It can prevent some losses when output to buffered stream.
Lib/unittest/runner.py
Lib/unittest/test/test_program.py
Lib/unittest/test/test_result.py
Misc/NEWS.d/next/Library/2021-11-30-13-52-02.bpo-13236.FmJIkO.rst [new file with mode: 0644]