Issue #27922: IDLE tests no longer flash tk widgets.

This commit is contained in:
Terry Jan Reedy 2016-08-31 21:03:16 -04:00
parent c7bab7cbf5
commit 00b1e0f7ea
6 changed files with 13 additions and 5 deletions

View file

@ -37,6 +37,7 @@ class HyperParserTest(unittest.TestCase):
def setUpClass(cls):
requires('gui')
cls.root = Tk()
cls.root.withdraw()
cls.text = Text(cls.root)
cls.editwin = DummyEditwin(cls.text)