GroupResult

GroupResult(id, name, results=list())

Results for a single check group.

Attributes: id: Group identifier (e.g., “metadata”, “structure”) name: Human-readable group name results: List of CheckResult instances for this group

Attributes

Name Description
errored Count of results with ERRORED status.
failed Count of results with FAILED status (any severity).
notes Count of FAILED results with NOTE severity.
passed Count of results with PASSED status.
skipped Count of results with SKIPPED status.
total Count of results that count toward total (excludes SKIPPED and NOT_APPLICABLE).
warnings Count of FAILED results with WARNING severity.