diff --git a/json_to_md.py b/json_to_md.py index 89af7b1b..b4327ecd 100644 --- a/json_to_md.py +++ b/json_to_md.py @@ -259,6 +259,7 @@ def check_keyboard_interrupt_and_prepend_warning(log_path, md_path): warning = ( "⚠️⚠️⚠️ **TESTS INTERRUPTED BY `KeyboardInterrupt`** ⚠️⚠️⚠️ \n\n" f"> Source: `{interrupt_file_line}`\n\n" + "ℹ️ *Note: The test suite was interrupted at this point. Only the results of the tests executed **before** are shown below.*" "---\n\n" )