chore(tester): 마스터 재구축 동안 옛 원가 사슬 시험(B08·B09·Z01·공종 마스터·옛 품셈 md) 모으기에서 뺌 — 파일은 그대로(사용자 지시)
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QqkvdyxUtANWroVKpQUyxE
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user