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:46:32 +02:00
parent 0f7c987046
commit ca7e9cc45f
-1
View File
@@ -46,7 +46,6 @@ def pytest_runtest_makereport(item, call):
def pytest_sessionfinish(session, exitstatus):
os.makedirs("ci-reports/markdown", exist_ok=True)
print("✅ Dumping runtime_params.json...")
with open("ci-reports/markdown/runtime_params.json", "w") as f:
json.dump(all_data, f, indent=2)
'''