diff --git a/resources/tester/conftest.py b/resources/tester/conftest.py index 15b7d81c..a6965fd0 100644 --- a/resources/tester/conftest.py +++ b/resources/tester/conftest.py @@ -6,3 +6,18 @@ import sys sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) collect_ignore = ["scratch"] + +# 2026-09-19 사용자: 마스터 데이터를 처음부터 다시 세우는 동안 옛 원가 사슬(B08·B09·Z01·공종 마스터·옛 품셈 md) +# 시험은 안 돌림 — 파일은 지우지 않고 모으기에서만 뺌. 되살릴 때 이 목록을 지움. +collect_ignore_glob = [ + "test_b08_*.py", + "test_b09_*.py", + "test_z01_*.py", + "test_work_item_*.py", + "test_master_*.py", + "test_build_pum.py", + "test_build_mach.py", + "test_base_data_source_match.py", + "test_const_pdf_coverage.py", + "test_preview_cost.py", +]