SuiteResult.get_not_ran_checks#

SuiteResult.get_not_ran_checks() List[CheckFailure][source]#

Get all the check results which did not run (unable to run due to missing parameters, exception, etc).

Returns
List[CheckFailure]

All the check failures in the suite.