diff --git a/conftest.py b/conftest.py index bee42625a..c1dff967b 100644 --- a/conftest.py +++ b/conftest.py @@ -1,7 +1,7 @@ # conftest.py import json import os -''' + def safe_serialize(obj): try: json.dumps(obj) @@ -107,3 +107,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) +''' \ No newline at end of file