For unknown reasons, this does not work when running leak tests.
(cherry picked from commit 049cf2bb44
)
This commit is contained in:
parent
b0efd493b6
commit
d92ee3ea62
|
@ -24,6 +24,7 @@ class ParenMatchTest(unittest.TestCase):
|
|||
@classmethod
|
||||
def setUpClass(cls):
|
||||
cls.root = Tk()
|
||||
cls.root.withdraw()
|
||||
cls.text = Text(cls.root)
|
||||
cls.editwin = DummyEditwin(cls.text)
|
||||
cls.editwin.text_frame = Mock()
|
||||
|
|
Loading…
Reference in New Issue