This commit is contained in:
+2
-2
@@ -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)
|
||||
Reference in New Issue
Block a user