IOTestStepLog¶
- class IOTestStepLog[source]¶
The data for a single IO test step.
- started_at: Just[datetime | None] | _Nothing[datetime | None] = Nothing¶
The moment the step was started, if it has already been started.
- achieved_points: Just[float] | _Nothing[float] = Nothing¶
The amount of points achieved in this step.
- state: AutoTestStepResultState¶
The state of this step.