File tree Expand file tree Collapse file tree 3 files changed +4
-100
lines changed Expand file tree Collapse file tree 3 files changed +4
-100
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,8 @@ def execute(self):
308
308
if callable (getattr (self , "batch_execute" )):
309
309
# case batch
310
310
for (file_path , suite_name ) in self .statement_files :
311
+ log .info (f"Suite: { file_path } started" )
312
+
311
313
self .suite_now = suite_name
312
314
statement_list = list ()
313
315
for state in get_statements (file_path , suite_name ):
@@ -322,7 +324,7 @@ def execute(self):
322
324
e )
323
325
continue
324
326
325
- log .info (f"Suite file: { file_path } pass! " )
327
+ log .info (f"Suite: { file_path } passed " )
326
328
else :
327
329
raise RuntimeError (
328
330
f"batch_execute is not implement in runner { self .kind } " )
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
/* You can override the default Infima variables here. */
8
- @import " ./fonts.scss" ;
9
8
html ,
10
9
body {
11
10
@include pm ;
@@ -61,4 +60,4 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
61
60
border-right-color : var (--ifm-table-border-color );
62
61
}
63
62
}
64
- }
63
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments