mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #20567: Delete class attribute gui widgets in idle tests.
Code patch by Serhiy Storchaka
This commit is contained in:
parent
b807577da2
commit
9db1ab8250
6 changed files with 14 additions and 3 deletions
|
|
@ -277,6 +277,9 @@ class FormatEventTest(unittest.TestCase):
|
|||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
cls.root.destroy()
|
||||
del cls.root
|
||||
del cls.text
|
||||
del cls.formatter
|
||||
|
||||
def test_short_line(self):
|
||||
self.text.insert('1.0', "Short line\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue