MCPcopy Index your code
hub / github.com/modelscope/ms-swift / run

Method run

tests/run.py:481–482  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

479 resultclass = TimeCostTextTestResult
480
481 def run(self, test):
482 return super(TimeCostTextTestRunner, self).run(test)
483
484 def _makeResult(self):
485 result = super(TimeCostTextTestRunner, self)._makeResult()

Callers 2

mainFunction · 0.95
run_commandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected