From 65ebc06956007edc7b879055ff8516345cd3945e Mon Sep 17 00:00:00 2001 From: Liu An Date: Thu, 12 Feb 2026 10:15:09 +0800 Subject: [PATCH] Refa: test file location for better organization (#13107) ### What problem does this PR solve? Renamed test/unit/test_delete_query_construction.py to test/unit_test/common/test_delete_query_construction.py to align with the project's directory structure and improve test categorization. ### Type of change - [x] Refactoring --- test/{unit => unit_test/common}/test_delete_query_construction.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{unit => unit_test/common}/test_delete_query_construction.py (100%) diff --git a/test/unit/test_delete_query_construction.py b/test/unit_test/common/test_delete_query_construction.py similarity index 100% rename from test/unit/test_delete_query_construction.py rename to test/unit_test/common/test_delete_query_construction.py