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

Indicates whether this method completed successfully.

Example
if result.passed:
print("OK")