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

Method _get_inner_errors

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

Source from the content-addressed store, hash-verified

132 return errors
133
134 def _get_inner_errors(self) -> list[Exception]:
135 return [
136 error for inner_result in self._inner_results for error in inner_result.get_errors()
137 ]
138
139 def get_errors(self) -> list[Exception]:
140 return self._get_setup_teardown_errors() + self._get_inner_errors()

Callers 1

get_errorsMethod · 0.95

Calls 1

get_errorsMethod · 0.80

Tested by

no test coverage detected