SuiteResult.get_not_passed_checks#

SuiteResult.get_not_passed_checks(fail_if_warning=True) List[CheckResult][source]#

Get all the check results that have not passing condition. This does not include checks that failed to run.

Parameters
fail_if_warning: bool, Default: True

Whether conditions should fail on status of warning

Returns
List[CheckResult]

All the check results in the suite that have failing conditions.