diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-10-25 09:41:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 09:41:21 (GMT) |
commit | f6a45a03d0e0ef6b00c45a0de9a606b1d23cbd2f (patch) | |
tree | 120285bfc6edbfba945f80c50d0e47f6fac26e7c /Misc | |
parent | a8a89fcd1ff03bb2f10126e0973faa74871874c3 (diff) | |
download | cpython-f6a45a03d0e0ef6b00c45a0de9a606b1d23cbd2f.zip cpython-f6a45a03d0e0ef6b00c45a0de9a606b1d23cbd2f.tar.gz cpython-f6a45a03d0e0ef6b00c45a0de9a606b1d23cbd2f.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-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. |