예제 #1
0
파일: test_order.py 프로젝트: fahrrad/zinq
 def _post_teardown(self):
     TestCase._post_teardown(self)
     MockTestCase.tearDown()
예제 #2
0
파일: testing.py 프로젝트: mitsei/producer
 def _post_teardown(self):
     MockTestCase.tearDown(self)
     APITestCase._post_teardown(self)