TestExecutionState

class

TestExecutionState.

TestExecutionState

Bases: enum.Enum

Describes the state of the test execution.

running

= 0

The test is running.

finished

= 1

The test is finished.