This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ def make_test_block(test, status, emoji, level, runtime_params):
|
||||
|
||||
skip_keys = {"nodeid"}
|
||||
for phase in [k for k in test if isinstance(test[k], dict) and k not in skip_keys]:
|
||||
body.append(f" **🔧 {phase.capitalize()} Phase**")
|
||||
body.append(f" **🔧 {phase.capitalize()} Phase**\n")
|
||||
for field, value in test[phase].items():
|
||||
body.append(f" **{field}:**")
|
||||
body.append(" ```python")
|
||||
|
||||
Reference in New Issue
Block a user