test.support.run_unittest() was used to run unit tests, but now all tests are collected using standard unittest mechanism. Currently it is only used in libregrtest, and its code can be moved there.
test.support.run_doctest() was used to run doctests, but now they are integrated in unit tests using DocTestSuite and DocFileSuite. It is no longer used, and can be removed.
Linked PRs
test.support.run_unittest()was used to run unit tests, but now all tests are collected using standard unittest mechanism. Currently it is only used in libregrtest, and its code can be moved there.test.support.run_doctest()was used to run doctests, but now they are integrated in unit tests usingDocTestSuiteandDocFileSuite. It is no longer used, and can be removed.Linked PRs