From d6b3147b192f1392263f1e121a6fa644cce1e4e8 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 15 Jul 2025 10:00:52 +0200 Subject: [PATCH] Update json_to_md.py --- json_to_md.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_to_md.py b/json_to_md.py index 963e009b..b2c09a3f 100644 --- a/json_to_md.py +++ b/json_to_md.py @@ -288,7 +288,7 @@ def check_collected_vs_executed_and_prepend_warning(json_path, log_path, md_path return banner = ( - "⚠️⚠️⚠️ **TESTS DID NOT COMPLETE FULLY** ⚠️⚠️⚠️\n\n" + "⚠️⚠️⚠️ **TESTS INTERRUPTED** ⚠️⚠️⚠️\n\n" f"> `collected={collected}`, but only `executed={total_executed}` tests ran to completion.\n\n" "
\n" "📋 Short test summary info\n\n"