]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-129363: Change regrtest sequential mode output (GH-129476) (#130405)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Feb 2025 14:18:32 +0000 (15:18 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2025 14:18:32 +0000 (14:18 +0000)
commit8ce48c8ebc115d80da82b865c5faccd1cf2f3baf
tree742e7cd39de3dc81a27a7064c1c9fcc6c72c0206
parent2a978e16d6700a8033b9dae4dd5cc27567227a6a
[3.13] gh-129363: Change regrtest sequential mode output (GH-129476) (#130405)

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