예제 #1
0
 def setUp(self):
   AuditService.instance().start()
   IntegrationTestCase.setUp(self)
예제 #2
0
 def tearDown(self):
   IntegrationTestCase.tearDown(self)
   AuditService.instance().stop()