]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129363: Change regrtest sequential mode output (#129476)
authorVictor Stinner <vstinner@python.org>
Fri, 21 Feb 2025 13:55:32 +0000 (14:55 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2025 13:55:32 +0000 (14:55 +0100)
commitf1b81c408fb83beeee519ae4fb9d3a36dd4522b3
tree329244983e73a4e50e162b51040fc01b21a1953d
parentc359fcd2f50d02e4709e9ca3175c1ba1ea6dc7ef
gh-129363: Change regrtest sequential mode output (#129476)

First, write the test name without color. Then, write the test name
and the result with color. Each test is displayed twice.

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