]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Oct 2023 11:56:27 +0000 (14:56 +0300)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 11:56:27 +0000 (14:56 +0300)
commit5c4f9a1c7ed9fddd8c3ce4c1793af07f66f36a6b
treeb4fca2084d2a5badf0fbc5a78856d6e74a3b6cdc
parent45c0b388809d561750c4f0c791de6ec571215d26
[3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316)

Remove no longer used functions run_unittest() and run_doctest() from
the test.support module.
(cherry picked from commit f6a45a03d0e0ef6b00c45a0de9a606b1d23cbd2f)
12 files changed:
Doc/library/test.rst
Lib/test/libregrtest/filter.py [new file with mode: 0644]
Lib/test/libregrtest/findtests.py
Lib/test/libregrtest/result.py
Lib/test/libregrtest/results.py
Lib/test/libregrtest/setup.py
Lib/test/libregrtest/single.py
Lib/test/libregrtest/testresult.py [moved from Lib/test/support/testresult.py with 100% similarity]
Lib/test/support/__init__.py
Lib/test/test_regrtest.py
Lib/test/test_support.py
Misc/NEWS.d/next/Tests/2023-10-21-19-27-36.gh-issue-111165.FU6mUk.rst [new file with mode: 0644]