This commit is contained in:
+1
-3
@@ -51,9 +51,6 @@ def pytest_sessionfinish(session, exitstatus):
|
||||
json.dump(all_data, f, indent=2)
|
||||
'''
|
||||
|
||||
# conftest_paramdump.py
|
||||
import json
|
||||
import os
|
||||
|
||||
def safe_serialize(obj):
|
||||
"""Rend n'importe quoi JSON-serializable."""
|
||||
@@ -99,3 +96,4 @@ 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user