mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).
This commit is contained in:
commit
5f30f79357
9 changed files with 21 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue