diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-10-25 11:56:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 11:56:27 (GMT) |
commit | 5c4f9a1c7ed9fddd8c3ce4c1793af07f66f36a6b (patch) | |
tree | b4fca2084d2a5badf0fbc5a78856d6e74a3b6cdc /Misc/NEWS.d | |
parent | 45c0b388809d561750c4f0c791de6ec571215d26 (diff) | |
download | cpython-5c4f9a1c7ed9fddd8c3ce4c1793af07f66f36a6b.zip cpython-5c4f9a1c7ed9fddd8c3ce4c1793af07f66f36a6b.tar.gz cpython-5c4f9a1c7ed9fddd8c3ce4c1793af07f66f36a6b.tar.bz2 |
[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)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2023-10-21-19-27-36.gh-issue-111165.FU6mUk.rst | 2 |
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..11f302d --- /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()`` +from the :mod:`test.support` module. |