gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTestCases (#104836)

This commit is contained in:
Hugo van Kemenade 2023-05-25 00:16:43 +03:00 committed by GitHub
parent ded5f1f287
commit b1cb30ec86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 30 additions and 88 deletions

View file

@ -430,10 +430,7 @@ class TestSupport(unittest.TestCase):
extra = {
'TextTestResult',
'findTestCases',
'getTestCaseNames',
'installHandler',
'makeSuite',
}
not_exported = {'load_tests', "TestProgram", "BaseTestSuite"}
support.check__all__(self,