Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).

This commit is contained in:
Terry Jan Reedy 2016-08-31 21:09:02 -04:00
commit 5f30f79357
9 changed files with 21 additions and 6 deletions

View file

@ -68,6 +68,7 @@ class FetchTest(unittest.TestCase):
def setUpClass(cls):
requires('gui')
cls.root = tk.Tk()
cls.root.withdraw()
def setUp(self):
self.text = text = TextWrapper(self.root)