unreal.PythonTestRunnerResult

class unreal.PythonTestRunnerResult(is_complete: bool = False, is_successful: bool = False)

Bases: StructBase

Result 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.

property is_complete: bool

[Read-Write] Whether a queried test has been executed and is complete.

Type:

(bool)

property is_successful: bool

[Read-Write] Whether a queried test completed successfully.

Type:

(bool)