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

Method get_errors

dpdk/dts/framework/test_result.py:139–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137 ]
138
139 def get_errors(self) -> list[Exception]:
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:

Callers 3

runMethod · 0.80
_get_inner_errorsMethod · 0.80
processMethod · 0.80

Calls 2

_get_inner_errorsMethod · 0.95

Tested by

no test coverage detected