From dfc8f819f468c96817f51c26042e1931336505cb Mon Sep 17 00:00:00 2001 From: umsangdon Date: Sat, 19 Sep 2026 13:24:50 +0900 Subject: [PATCH] =?UTF-8?q?test(conftest):=20=EC=98=9B=20=EB=A7=88?= =?UTF-8?q?=EC=8A=A4=ED=84=B0=20=ED=8C=8C=EC=9D=BC=20=EC=9E=90=EB=A6=AC=20?= =?UTF-8?q?=EC=98=AE=EA=B9=80=EC=9C=BC=EB=A1=9C=20=EB=81=8A=EA=B8=B4=20?= =?UTF-8?q?=EC=8B=9C=ED=97=98=2012=20=ED=8C=8C=EC=9D=BC=20=EB=AA=A8?= =?UTF-8?q?=EC=9C=BC=EA=B8=B0=EC=97=90=EC=84=9C=20=EB=BA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01QqkvdyxUtANWroVKpQUyxE --- resources/tester/conftest.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/tester/conftest.py b/resources/tester/conftest.py index a6965fd0..42aaf834 100644 --- a/resources/tester/conftest.py +++ b/resources/tester/conftest.py @@ -20,4 +20,17 @@ collect_ignore_glob = [ "test_base_data_source_match.py", "test_const_pdf_coverage.py", "test_preview_cost.py", + # 옛 마스터 파일을 resources/master_data · tmp 로 옮겨 끊긴 시험 + "test_base_prices_source_match.py", + "test_common_aliases.py", + "test_double_count_boundaries.py", + "test_form_const.py", + "test_mat_price_zero.py", + "test_pum_edition.py", + "test_revetment_stone_fields.py", + "test_b05_registry_fill_a2_a3.py", + "test_b05_retaining_wall_height_default.py", + "test_b05_revetment_sabang_basis.py", + "test_b06_wall_lean_table.py", + "test_b07_standard_sheet_rows.py", ]