feat: 테스트 정책 문서 추가 및 각 테스트 레이어에 대한 전략 정리

This commit is contained in:
2025-12-27 13:26:54 +00:00
parent 14a18cfb22
commit dfad37536b
2 changed files with 56 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ monorepo plan is prepared alongside it.
- No ad-hoc randomness for gameplay; use deterministic RNG
- Keep domain logic independent of endpoints or UI
- Prefer clear Korean comments in core gameplay logic for maintainers
- Test strategy and layering: `docs/testing-policy.md`
## Runtime Processing (Outline)