mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTestCases (#104836)
This commit is contained in:
parent
ded5f1f287
commit
b1cb30ec86
7 changed files with 30 additions and 88 deletions
|
@ -430,10 +430,7 @@ class TestSupport(unittest.TestCase):
|
|||
|
||||
extra = {
|
||||
'TextTestResult',
|
||||
'findTestCases',
|
||||
'getTestCaseNames',
|
||||
'installHandler',
|
||||
'makeSuite',
|
||||
}
|
||||
not_exported = {'load_tests', "TestProgram", "BaseTestSuite"}
|
||||
support.check__all__(self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue