Update json_to_md.py
Run Pytest / tests (push) Successful in 25s

This commit is contained in:
2025-07-21 10:58:23 +02:00
parent 16672fc4ae
commit 1e54560e12
+1 -2
View File
@@ -295,8 +295,7 @@ def run_pytest_and_generate_banner_with_logs(md_path, log_path, exit_code):
"✅ **Pytest completed successfully**\n\n"
"> All tests were collected and executed properly. See the details below.\n\n"
)
if exit_code == 2:
elif exit_code == 2:
banner = (
"⚠️ **Test execution interrupted**\n\n"
"> The test run was interrupted by the user (reasons : KeyboardInterrupt or ...).\n\n"