SuiteResult.get_passed_checks#
- SuiteResult.get_passed_checks(fail_if_warning=True) List[CheckResult] [source]#
Get all the check results that have passing condition.
- 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.