unreal.PythonTestRunnerResult¶
- class unreal.PythonTestRunnerResult(is_complete: bool = False, is_successful: bool = False)¶
Bases:
StructBaseResult of a Python test.
C++ Source:
Plugin: ToolsetRegistry
Module: ToolsetRegistry
File: PythonTestRunner.h
Editor Properties: (see get_editor_property/set_editor_property)
is_complete(bool): [Read-Write] Whether a queried test has been executed and is complete.is_successful(bool): [Read-Write] Whether a queried test completed successfully.