예제 #1
0
파일: testlib.py 프로젝트: irosenzw/lago
 def startTest(self, test):
     log_utils.start_log_task(
         test.shortDescription() or str(test),
         logger=self.logger
     )
예제 #2
0
 def startTest(self, test):
     log_utils.start_log_task(
         test.shortDescription() or str(test), logger=self.logger
     )