From 83cf65ec3c00a0d093bf3945a467b1867fdaf831 Mon Sep 17 00:00:00 2001 From: Matthew Wolter Date: Sun, 12 Apr 2026 07:44:33 -0700 Subject: [PATCH] Rename test_g7_standalone_bugs_and_cleanup.py to test_standalone_fixes.py Remove internal G-numbering from test filename and docstring before upstream submission. --- ..._standalone_bugs_and_cleanup.py => test_standalone_fixes.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/unit/{test_g7_standalone_bugs_and_cleanup.py => test_standalone_fixes.py} (99%) diff --git a/tests/unit/test_g7_standalone_bugs_and_cleanup.py b/tests/unit/test_standalone_fixes.py similarity index 99% rename from tests/unit/test_g7_standalone_bugs_and_cleanup.py rename to tests/unit/test_standalone_fixes.py index 352c7e6..d379778 100644 --- a/tests/unit/test_g7_standalone_bugs_and_cleanup.py +++ b/tests/unit/test_standalone_fixes.py @@ -1,5 +1,5 @@ """ -Verification tests for G7 — Standalone bugs and cleanup. +Verification tests for standalone bug fixes and cleanup. Findings: F13, F09, M03, M05, M07, R03, R05. """