]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Oct 2023 09:41:21 +0000 (12:41 +0300)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 09:41:21 +0000 (12:41 +0300)
commitf6a45a03d0e0ef6b00c45a0de9a606b1d23cbd2f
tree120285bfc6edbfba945f80c50d0e47f6fac26e7c
parenta8a89fcd1ff03bb2f10126e0973faa74871874c3
gh-111165: Move test running code from test.support to libregrtest (GH-111166)

Remove no longer used functions run_unittest() and run_doctest() from
the test.support module.
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]