mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue 20567: Revise idle_test/README.txt and some tests to match new advice.
This commit is contained in:
commit
3d7281d2bd
9 changed files with 39 additions and 34 deletions
|
@ -23,8 +23,9 @@ class UndoDelegatorTest(unittest.TestCase):
|
|||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
cls.percolator.redir.close()
|
||||
del cls.percolator, cls.text
|
||||
cls.root.destroy()
|
||||
del cls.percolator, cls.text, cls.root
|
||||
del cls.root
|
||||
|
||||
def setUp(self):
|
||||
self.delegator = UndoDelegator()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue