From 898d51cfeb2f3faeaa843b6c3539cb0a67f7c019 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 21 Jul 2025 01:10:15 +0200 Subject: [PATCH] Update conftest.py --- conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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