MCPcopy Create free account
hub / github.com/F-Stack/f-stack / add_stats

Method add_stats

dpdk/dts/framework/test_result.py:142–144  ·  view source on GitHub ↗
(self, statistics: Statistics)

Source from the content-addressed store, hash-verified

140 return self._get_setup_teardown_errors() + self._get_inner_errors()
141
142 def add_stats(self, statistics: Statistics) -> None:
143 for inner_result in self._inner_results:
144 inner_result.add_stats(statistics)
145
146
147class TestCaseResult(BaseResult, FixtureResult):

Callers 1

processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected