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", ]