mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
This commit is contained in:
parent
9edad3c701
commit
3e9751819a
17 changed files with 29 additions and 61 deletions
|
@ -11,11 +11,11 @@ except ImportError:
|
|||
ssl = None
|
||||
|
||||
import asyncio
|
||||
from asyncio import test_utils
|
||||
from asyncio.selector_events import BaseSelectorEventLoop
|
||||
from asyncio.selector_events import _SelectorTransport
|
||||
from asyncio.selector_events import _SelectorSocketTransport
|
||||
from asyncio.selector_events import _SelectorDatagramTransport
|
||||
from test.test_asyncio import utils as test_utils
|
||||
|
||||
|
||||
MOCK_ANY = mock.ANY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue