mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
This commit is contained in:
parent
612528d95d
commit
743c85a32e
5 changed files with 15 additions and 0 deletions
|
@ -8,6 +8,9 @@ from test import support
|
|||
# Skip this test if the _tkinter module wasn't built.
|
||||
_tkinter = support.import_module('_tkinter')
|
||||
|
||||
# Make sure tkinter._fix runs to set up the environment
|
||||
support.import_fresh_module('tkinter')
|
||||
|
||||
from tkinter import Tcl
|
||||
from _tkinter import TclError
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue