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

This commit is contained in:
2025-07-17 13:11:11 +02:00
parent 8ad31f9d65
commit fecea38b43
+2 -1
View File
@@ -1,7 +1,7 @@
# conftest.py
import json
import os
'''
def safe_serialize(obj):
try:
json.dumps(obj)
@@ -97,3 +97,4 @@ def pytest_sessionfinish(session, exitstatus):
with open("ci-reports/markdown/runtime_params.json", "w") as f:
json.dump(runtime_params, f, indent=2)
'''