]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109162: libregrtest: fix Logger (#109246)
authorVictor Stinner <vstinner@python.org>
Mon, 11 Sep 2023 01:46:26 +0000 (03:46 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 01:46:26 +0000 (01:46 +0000)
commit0b6b05391bcc5893d2b71032cb704995696ecd0b
tree4a5905a5832f3f2bbbc779d2538f087d36cadf7a
parent1ec45378e97a2d3812ed8bc18e1bd1eb8ddcc9a0
gh-109162: libregrtest: fix Logger (#109246)

* Pass results, quiet and pgo to Logger constructor.
* Move display_progress() method from Regrtest to Logger.
* No longer pass Regrtest to RunWorkers, but logger and results.
Lib/test/libregrtest/logger.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest_mp.py