Example #1
0
 def start_services(self):
     audit_service.start()
     index_service.start()
     activity_service.start()
Example #2
0
 def setUp(self):
   index_service.start()
   IntegrationTestCase.setUp(self)