MCPcopy Index your code
hub / github.com/modelscope/modelscope / TimeCostTextTestRunner

Class TimeCostTextTestRunner

tests/run.py:479–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477
478
479class TimeCostTextTestRunner(unittest.runner.TextTestRunner):
480 resultclass = TimeCostTextTestResult
481
482 def run(self, test):
483 return super(TimeCostTextTestRunner, self).run(test)
484
485 def _makeResult(self):
486 result = super(TimeCostTextTestRunner, self)._makeResult()
487 return result
488
489
490def gather_test_cases(test_dir, pattern, list_tests):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…