Home
last modified time | relevance | path

Searched refs:elapsed_sec (Results 1 – 3 of 3) sorted by relevance

/honee/tests/junit-xml/junit_xml/
H A D__init__.py135 … test_suite_attributes["time"] = str(sum(c.elapsed_sec for c in self.test_cases if c.elapsed_sec))
178 if case.elapsed_sec:
179 test_case_attributes["time"] = "%f" % case.elapsed_sec
371 elapsed_sec=None, argument
386 self.elapsed_sec = elapsed_sec
/honee/tests/
H A Dsmartsim_regression_framework.py205 elapsed_sec=time.time() - start,
H A Djunit_common.py619 elapsed_sec=0,
635 elapsed_sec=time.time() - start,