mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Issue #23184: idle tests, remove unused names and imports.
This commit is contained in:
parent
038c16b9a0
commit
75fb816c78
5 changed files with 7 additions and 8 deletions
|
@ -6,13 +6,13 @@ testing skipping of suite when self.needwrapbutton is false.
|
|||
'''
|
||||
import unittest
|
||||
from test.support import requires
|
||||
from tkinter import Tk, Toplevel, Frame, Label, BooleanVar, StringVar
|
||||
from tkinter import Tk, Toplevel, Frame ##, BooleanVar, StringVar
|
||||
from idlelib import SearchEngine as se
|
||||
from idlelib import SearchDialogBase as sdb
|
||||
from idlelib.idle_test.mock_idle import Func
|
||||
from idlelib.idle_test.mock_tk import Var, Mbox
|
||||
## from idlelib.idle_test.mock_tk import Var
|
||||
|
||||
# The following could help make some tests gui-free.
|
||||
# The ## imports above & following could help make some tests gui-free.
|
||||
# However, they currently make radiobutton tests fail.
|
||||
##def setUpModule():
|
||||
## # Replace tk objects used to initialize se.SearchEngine.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue