ExtendedAutoTestRun#

class ExtendedAutoTestRun[source]#

The run as extended JSON.

results: Sequence[AutoTestResult]#

The results in this run. This will only contain the result for the latest submissions.

id: int#

The id of this run.

created_at: datetime#

The moment the run was created.

state: Literal['running']#

The state it is in. This is only kept for backwards compatibility reasons, it will always be “running”.

is_continuous: Literal[False]#

Also not used anymore, will always be false.