X Tutup
Skip to content

[3.11] [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316)#111318

Merged
serhiy-storchaka merged 1 commit intopython:3.11from
serhiy-storchaka:backport-5c4f9a1-3.11
Oct 25, 2023
Merged

[3.11] [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316)#111318
serhiy-storchaka merged 1 commit intopython:3.11from
serhiy-storchaka:backport-5c4f9a1-3.11

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Oct 25, 2023

Remove no longer used functions run_unittest() and run_doctest() from the test.support module.
(cherry picked from commit f6a45a0)
(cherry picked from commit 5c4f9a1)


📚 Documentation preview 📚: https://cpython-previews--111318.org.readthedocs.build/

…rt to libregrtest (pythonGH-111166) (pythonGH-111316)

Remove no longer used functions run_unittest() and run_doctest() from
the test.support module.
(cherry picked from commit f6a45a0).
(cherry picked from commit 5c4f9a1)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup