def tearDown(self):
     TestCase.tearDown(self)
示例#2
0
 def tearDown(self):
     self.window.destroy()
     TestCase.tearDown(self)