mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21452)
This commit is contained in:
parent
da4e09fff6
commit
604bba1f8f
6 changed files with 62 additions and 54 deletions
|
@ -38,7 +38,7 @@ from email import base64mime
|
|||
from email import quoprimime
|
||||
|
||||
from test.support import threading_helper
|
||||
from test.support import unlink
|
||||
from test.support.os_helper import unlink
|
||||
from test.test_email import openfile, TestEmailBase
|
||||
|
||||
# These imports are documented to work, but we are testing them using a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue