You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test_run_checks.py
+36-26Lines changed: 36 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,17 @@
11
11
check_wrapper=script.check_wrapper
12
12
13
13
14
+
# 120 = length of `<title> + <msg> --padding-- <RESULT>` in `[Check XX/YY] <title>... <msg> --padding-- <RESULT>`
14
15
ERROR_REASON="This is a test exception to result in `script.ERROR`."
16
+
ERROR_REASON_LONG="This is a looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong test exception to result in `script.ERROR`."# > 120 char
[Check 4/8] Test Check 4... test msg MANUAL CHECK REQUIRED
120
-
[Check 5/8] Test Check 5... test msg POST UPGRADE CHECK REQUIRED
121
-
[Check 6/8] Test Check 6... test msg N/A
122
-
[Check 7/8] Test Check 7... Unexpected Error: This is a test exception to result in `script.ERROR`. ERROR !!
123
-
[Check 8/8] Test Check 8... test msg PASS
127
+
[Check 4/10] Test Check 4... test msg MANUAL CHECK REQUIRED
128
+
[Check 5/10] Test Check 5... test msg POST UPGRADE CHECK REQUIRED
129
+
[Check 6/10] Test Check 6... test msg N/A
130
+
[Check 7/10] Test Check 7... Unexpected Error: This is a test exception to result in `script.ERROR`. ERROR !!
131
+
[Check 8/10] Test Check 8... test msg PASS
132
+
[Check 9/10] Test Check 9... Unexpected Error: This is a looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong test exception to result in `script.ERROR`. ERROR !!
133
+
[Check 10/10] Test Check 10... looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong test msg N/A
0 commit comments