]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-129363: Change regrtest sequential mode output (GH-129476) (#130406)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Feb 2025 14:16:27 +0000 (15:16 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2025 14:16:27 +0000 (14:16 +0000)
commitdd5bf313c6e9293748efbfce84457008526368c4
treea416421b9cfaf30fae8604f5c18b94f06adf3088
parent6c4de3259d1aa914aa1cf04e0e9ed5c93434f382
[3.12] gh-129363: Change regrtest sequential mode output (GH-129476) (#130406)

gh-129363: Change regrtest sequential mode output (GH-129476)

First, write the test name without color. Then, write the test name
and the result with color. Each test is displayed twice.
(cherry picked from commit f1b81c408fb83beeee519ae4fb9d3a36dd4522b3)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Lib/test/libregrtest/main.py
Lib/test/test_regrtest.py