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

This commit is contained in:
2025-07-17 16:48:45 +02:00
parent f657c81b66
commit 27824392bf
+1
View File
@@ -7,6 +7,7 @@ import re
import pytest
from pytest import ExitCode
import traceback
import pytz
def stringify(obj, indent=0):
space = ' ' * indent