コード例 #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
ファイル: run_tests.py プロジェクト: QuarkDoe/irods
 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)