Update json_to_md.py
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 24s

This commit is contained in:
2025-07-19 21:02:00 +02:00
parent d0a05c3ea9
commit 6edee9de48
+1 -1
View File
@@ -174,7 +174,7 @@ def json_to_md_nested(json_path, md_path, runtime_params=None):
for funcname, tests in funcs.items():
# Ligne de fonction avec flèche et gris
f.write(f' ↳ <span style="color: #009688; font-weight: bold">Function: {funcname}</span> \n')
f.write(f' ↳ <span style="color: #009688; font-weight: bold">Function: </span> {funcname}\n')
# Tests indentés
for test in sorted(tests, key=lambda x: x['global_number']):