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.

setup_stdout: str#

The stdout output of the run_setup_script. Deprecated, please use the value on a result.

setup_stderr: str#

The stderr output of the run_setup_script. Deprecated, please use the value on a result.

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.