Update conftest.py

This commit is contained in:
2025-08-27 19:14:53 +02:00
parent bedee1f522
commit 5f4c85ac01
+3
View File
@@ -103,6 +103,9 @@ def pytest_runtest_makereport(item, call):
runtime_params.append(entry)
def pytest_configure(config):
sys.stdout = open("outputs/test-prints.log", "a")
def pytest_sessionfinish(session, exitstatus):
os.makedirs("markdown", exist_ok=True)
with open("markdown/runtime_params.json", "w") as f: