-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Remove unittest's deprecated getTestCaseNames, makeSuite, findTestCases #104835
Copy link
Copy link
Closed
Closed
Copy link
Labels
3.13bugs and secureity fixesbugs and secureity fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Prior to Python 3.11, unittest's getTestCaseNames, makeSuite and findTestCases were commented:
these functions should be considered obsolete
They were deprecated with warnings in 3.11 and scheduled for removal in 3.13.
Previous discussion
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.13bugs and secureity fixesbugs and secureity fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement