示例#1
0
 def startTest(self, test):
     # TextTestResult's impl prints as "test (module.class)" which prevents copy/paste
     print('{0} ... '.format(test.id()), end='', file=self.stream)
     unittest.TestResult.startTest(self, test)
示例#2
0
 def startTest(self, test):
     # TextTestResult's impl prints as "test (module.class)" which prevents copy/paste
     print('{0} ... '.format(test.id()), end='', file=self.stream)
     unittest.TestResult.startTest(self, test)