AutoTestResult#

class AutoTestResult[source]#

The JSON representation of a result.

id: int#

The id of this result

created_at: datetime#

The time this result was created

updated_at: datetime#

The time this result was last updated

started_at: Optional[datetime]#

The moment this result was started. If this is null the result has not yet started.

work_id: int#

The id of the submission (work) that was tested in this result.

state: AutoTestResultState#

The state the result is in.

points_achieved: float#

The amount of points achieved in this step by the student.