mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
This commit is contained in:
parent
b4a9263708
commit
deb016224c
18 changed files with 128 additions and 110 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import unittest
|
||||
from test.support import import_module
|
||||
from test.support.import_helper import import_module
|
||||
|
||||
# Skip test_idle if _tkinter wasn't built, if tkinter is missing,
|
||||
# if tcl/tk is not the 8.5+ needed for ttk widgets,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue