klyn.unittest.TestReport.passed
property
public readonly property passed as Boolean:
Description

Indicates whether every selected class and method passed.

Example
if report.passed:
print("All tests passed")