Skip to main content

TestResult.cached_locally

TestResult.cached_locally: bool
True, if the reported attempt is taken from the tool’s local cache.

TestResult.execution_info

TestResult.execution_info: None | execution_info

TestResult.status

TestResult.status: str
The status of this test.

TestResult.status_details

TestResult.status_details: str
Additional details about the status of the test. This is intended for user display and must not be parsed.

TestResult.test_action_output

TestResult.test_action_output: list[file]
Files (logs, test.xml, undeclared outputs, etc) generated by that test action.

TestResult.warning

TestResult.warning: list[str]
Warnings generated by that test action.