mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH-92556)
This reverts commit b50322d203
.
This commit is contained in:
parent
38612a05b5
commit
c834c02569
14 changed files with 78 additions and 373 deletions
|
@ -69,9 +69,6 @@ from .signals import installHandler, registerResult, removeResult, removeHandler
|
|||
# IsolatedAsyncioTestCase will be imported lazily.
|
||||
from .loader import makeSuite, getTestCaseNames, findTestCases
|
||||
|
||||
# deprecated
|
||||
_TextTestResult = TextTestResult
|
||||
|
||||
|
||||
# Lazy import of IsolatedAsyncioTestCase from .async_case
|
||||
# It imports asyncio, which is relatively heavy, but most tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue