]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109162: libregrtest: move code around (#109253)
authorVictor Stinner <vstinner@python.org>
Mon, 11 Sep 2023 08:52:03 +0000 (10:52 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 08:52:03 +0000 (08:52 +0000)
commitc439f6a72d828a55aa373fd42c8a0ef771e303cd
tree52a0e26d7759c6824f965bcb5077a7cc0d36fec2
parenta9b1f84790e977fb09f75b148c4c4f5924a6ef99
gh-109162: libregrtest: move code around (#109253)

* Move Regrtest.display_header() to utils.py.
* Move cleanup_temp_dir() to utils.py.
* Move list_cases() to findtests.py.
Lib/test/libregrtest/findtests.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/utils.py