@ -0,0 +1,7 @@
from enum import Enum
class TestResult(Enum):
SUCCEEDED = "succeeded"
FAILED = "failed"
UNSUPPORTED = "unsupported"
The note is not visible to the blocked user.