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

This commit is contained in:
2025-07-20 22:49:59 +02:00
parent 01391ecb98
commit 9d0be238be
+2 -2
View File
@@ -1,4 +1,5 @@
# conftest.py
'''
import json
import os
@@ -112,5 +113,4 @@ def pytest_runtest_makereport(item, call):
def pytest_sessionfinish(session, exitstatus):
os.makedirs("ci-reports/markdown", exist_ok=True)
with open("ci-reports/markdown/runtime_params.json", "w") as f:
json.dump(runtime_params, f, indent=2)
'''
json.dump(runtime_params, f, indent=2)