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):
308308 if callable (getattr (self , "batch_execute" )):
309309 # case batch
310310 for (file_path , suite_name ) in self .statement_files :
311+ log .info (f"Suite: { file_path } started" )
312+
311313 self .suite_now = suite_name
312314 statement_list = list ()
313315 for state in get_statements (file_path , suite_name ):
@@ -322,7 +324,7 @@ def execute(self):
322324 e )
323325 continue
324326
325- log .info (f"Suite file: { file_path } pass! " )
327+ log .info (f"Suite: { file_path } passed " )
326328 else :
327329 raise RuntimeError (
328330 f"batch_execute is not implement in runner { self .kind } " )
Original file line number Diff line number Diff line change 55 */
66
77/* You can override the default Infima variables here. */
8- @import " ./fonts.scss" ;
98html ,
109body {
1110 @include pm ;
@@ -61,4 +60,4 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
6160 border-right-color : var (--ifm-table-border-color );
6261 }
6362 }
64- }
63+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments