Issue #20567: Delete class attribute gui widgets in idle tests.

Code patch by Serhiy Storchaka
This commit is contained in:
Terry Jan Reedy 2014-02-27 18:47:49 -05:00
parent b807577da2
commit 9db1ab8250
6 changed files with 14 additions and 3 deletions

View file

@ -80,6 +80,7 @@ class FetchTest(unittest.TestCase):
@classmethod
def tearDownClass(cls):
cls.root.destroy()
del cls.root
def fetch_test(self, reverse, line, prefix, index, *, bell=False):
# Perform one fetch as invoked by Alt-N or Alt-P