docs: 테스트 파일 분류 표에 .gitignore 제외 금지 명시 추가

This commit is contained in:
Claude-51124 2026-01-03 22:12:24 +09:00
parent 1e7f195426
commit 91ee146350

View File

@ -22,7 +22,7 @@
| 유형 | 위치 | 관리 방식 |
|------|------|----------|
| **pytest 자동 테스트** | `tests/test_*.py` | 버전 관리, 지속 유지 |
| **pytest 자동 테스트** | `tests/test_*.py` | 버전 관리, 지속 유지 (.gitignore 제외 금지) |
| **실험/관찰 스크립트** | `scripts/` (임시) | 작업 완료 즉시 삭제 |
| **공통 fixtures** | `tests/conftest.py` | 재사용 우선 |
| **테스트 데이터** | `tests/data/`, `tests/fixtures/` | 공유 가능하도록 구조화 |