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