SuiteResult.get_failures#

SuiteResult.get_failures() Dict[str, CheckFailure][source]#

Get all the failed checks.

Returns
Dict[str, CheckFailure]

All the check failures in the suite.