372
372
def _elapsedTestTimeString(self):
373
373
"""Return a time string for the overall time the current test has taken."""
374
374
return self._formatTime(self._delta_to_float(
377
377
def _testTimeString(self, testCase):
378
378
benchmark_time = self._extractBenchmarkTime(testCase)