mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -7,11 +7,9 @@ from unittest import mock
|
|||
import asyncio
|
||||
from asyncio import base_subprocess
|
||||
from asyncio import subprocess
|
||||
from asyncio import test_utils
|
||||
try:
|
||||
from test import support
|
||||
except ImportError:
|
||||
from asyncio import test_support as support
|
||||
from test.test_asyncio import utils as test_utils
|
||||
from test import support
|
||||
|
||||
if sys.platform != 'win32':
|
||||
from asyncio import unix_events
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue