AutoTestSet#

class AutoTestSet[source]#

The result as JSON.

id: int#

The id of this set.

suites: Sequence[AutoTestSuite]#

The suites connected to this set. In the UI these are called “categories”

stop_points: float#

A floating indicating the minimum percentage of points a student should achieve after this set (or “level”). If this percentage is not achieved the AutoTest will stop running.