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

This commit is contained in:
2025-07-17 10:29:14 +02:00
parent 670fd5fda3
commit cdd4fe58e5
+1 -2
View File
@@ -18,7 +18,6 @@ def pytest_runtest_makereport(item, call):
entry["params"] = request.funcargs
runtime_params.append(entry)
def pytest_sessionfinish(session, exitstatus):
with open("ci-reports/markdown/runtime_params.json", "w") as f:
json.dump(runtime_params, f, indent=2)