IOTestStepLog#

class IOTestStepLog[source]#

The data for a single IO test step.

stdout: Union[Just[str], _Nothing[str]] = Nothing#

The stdout produced by this step.

stderr: Union[Just[str], _Nothing[str]] = Nothing#

The stderr produced by this step.

exit_code: Union[Just[int], _Nothing[int]] = Nothing#

The exit code of the step

time_spend: Union[Just[timedelta], _Nothing[timedelta]] = Nothing#

The time spend while running the step

started_at: Union[Just[Optional[datetime]], _Nothing[Optional[datetime]]] = Nothing#

The moment the step was started, if it has already been started.

achieved_points: Union[Just[float], _Nothing[float]] = Nothing#

The amount of points achieved in this step.

state: AutoTestStepResultState#

The state of this step.

created_at: datetime#

The moment the step result was created.