mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
This commit is contained in:
parent
a7f5d93bb6
commit
bb0424b122
20 changed files with 324 additions and 278 deletions
|
@ -1,7 +1,9 @@
|
|||
from test import support
|
||||
from test.support import import_helper
|
||||
|
||||
|
||||
# Skip this test if _tkinter does not exist.
|
||||
support.import_module('_tkinter')
|
||||
import_helper.import_module('_tkinter')
|
||||
|
||||
from tkinter.test import runtktests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue