Definition at line 49 of file _result.py.
◆ ERROR
string tests._result.CaseResult.Kind.ERROR = 'error' |
|
static |
◆ EXPECTED_FAILURE
string tests._result.CaseResult.Kind.EXPECTED_FAILURE = 'expected failure' |
|
static |
◆ FAILURE
string tests._result.CaseResult.Kind.FAILURE = 'failure' |
|
static |
◆ RUNNING
string tests._result.CaseResult.Kind.RUNNING = 'running' |
|
static |
◆ SKIP
string tests._result.CaseResult.Kind.SKIP = 'skip' |
|
static |
◆ SUCCESS
string tests._result.CaseResult.Kind.SUCCESS = 'success' |
|
static |
◆ UNEXPECTED_SUCCESS
string tests._result.CaseResult.Kind.UNEXPECTED_SUCCESS = 'unexpected success' |
|
static |
◆ UNTESTED
string tests._result.CaseResult.Kind.UNTESTED = 'untested' |
|
static |
The documentation for this class was generated from the following file: