mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
This commit is contained in:
parent
5f190d2cc6
commit
f7ba40b505
17 changed files with 78 additions and 60 deletions
|
@ -34,8 +34,9 @@ import numbers
|
|||
import locale
|
||||
from test.support import (run_unittest, run_doctest, is_resource_enabled,
|
||||
requires_IEEE_754, requires_docstrings)
|
||||
from test.support import (import_fresh_module, TestFailed,
|
||||
from test.support import (TestFailed,
|
||||
run_with_locale, cpython_only)
|
||||
from test.support.import_helper import import_fresh_module
|
||||
import random
|
||||
import inspect
|
||||
import threading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue