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

Method update_teardown

dpdk/dts/framework/test_result.py:122–124  ·  view source on GitHub ↗
(self, result: Result, error: Exception | None = None)

Source from the content-addressed store, hash-verified

120 self.setup_result.error = error
121
122 def update_teardown(self, result: Result, error: Exception | None = None) -> None:
123 self.teardown_result.result = result
124 self.teardown_result.error = error
125
126 def _get_setup_teardown_errors(self) -> list[Exception]:
127 errors = []

Callers 5

run_allFunction · 0.80
_run_executionFunction · 0.80
_run_build_targetFunction · 0.80
runMethod · 0.80
_run_test_caseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected