Commit 7aa99eb 1 parent b6c72c4 commit 7aa99eb Copy full SHA for 7aa99eb
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
ResultOutcome .ERROR ,
31
31
ResultOutcome .PENDING ,
32
32
],
33
- TmtExitCode .ERROR
33
+ TmtExitCode .ERROR ,
34
34
),
35
35
# There was a fail or warn identified, but no error.
36
36
(
42
42
ResultOutcome .WARN ,
43
43
ResultOutcome .PENDING ,
44
44
],
45
- TmtExitCode .FAIL
45
+ TmtExitCode .FAIL ,
46
46
),
47
47
# Tests were executed, and all reported the ``skip`` result.
48
48
(
67
67
ResultOutcome .INFO ,
68
68
ResultOutcome .SKIP ,
69
69
],
70
- TmtExitCode .SUCCESS
70
+ TmtExitCode .SUCCESS ,
71
71
),
72
72
# A pending without any fail or error is treated as an error.
73
73
(
74
74
[
75
75
ResultOutcome .PASS ,
76
76
ResultOutcome .PENDING ,
77
77
],
78
- TmtExitCode .ERROR
79
- )
78
+ TmtExitCode .ERROR ,
79
+ ),
80
80
],
81
81
# IDs copied from the specification:
82
82
ids = (
You can’t perform that action at this time.
0 commit comments