status property
Returns a status that represents the results of the test.
Syntax
value = result.status # type is TestResultsStatus
Type:TestResultsStatus
Returns one of the following enumerated values:
- TestResultsStatus.Passed
- TestResultsStatus.Unresolved
- TestResultsStatus.Failed