summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-10-25 12:37:19 (GMT)
committerGitHub <noreply@github.com>2023-10-25 12:37:19 (GMT)
commitfc9a5ef1a8894b2c61dbc762be6a8bf90906b621 (patch)
tree89bda31ec4402c959a7f712a015ea3e7d0c318d9 /Misc
parent14167031eb035afddd82a114ec46487f0e142c65 (diff)
downloadcpython-fc9a5ef1a8894b2c61dbc762be6a8bf90906b621.zip
cpython-fc9a5ef1a8894b2c61dbc762be6a8bf90906b621.tar.gz
cpython-fc9a5ef1a8894b2c61dbc762be6a8bf90906b621.tar.bz2
[3.11] [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316) (GH-111318)
Remove no longer used functions run_unittest() and run_doctest() from the test.support module. (cherry picked from commit f6a45a03d0e0ef6b00c45a0de9a606b1d23cbd2f) (cherry picked from commit 5c4f9a1c7ed9fddd8c3ce4c1793af07f66f36a6b)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2023-10-21-19-27-36.gh-issue-111165.FU6mUk.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2023-10-21-19-27-36.gh-issue-111165.FU6mUk.rst b/Misc/NEWS.d/next/Tests/2023-10-21-19-27-36.gh-issue-111165.FU6mUk.rst
new file mode 100644
index 0000000..753a3c0
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2023-10-21-19-27-36.gh-issue-111165.FU6mUk.rst
@@ -0,0 +1,2 @@
+Remove no longer used functions ``run_unittest()`` and ``run_doctest()`` and
+class ``BasicTestRunner`` from the :mod:`test.support` module.