Exemple #1
0
 def _post_teardown(self):
     TestCase._post_teardown(self)
     MockTestCase.tearDown()
Exemple #2
0
 def _post_teardown(self):
     MockTestCase.tearDown(self)
     APITestCase._post_teardown(self)