TDD 작성

This commit is contained in:
2025-08-12 03:28:08 +09:00
parent 6033d59590
commit 107abc963f
156 changed files with 70906 additions and 642 deletions
+16
View File
@@ -0,0 +1,16 @@
# CI 환경 테스트 설정
test_settings:
# 비동기 작업 타임아웃 설정 (밀리초)
async_timeout: 1500
# 테스트 간 지연 시간 (밀리초)
test_delay: 200
# 테스트 재시도 횟수
retry_count: 3
# 테스트 병렬 실행 여부
parallel: false
# 메모리 제한 (MB)
memory_limit: 2048
# 로깅 레벨 (1: 최소, 5: 최대)
log_level: 4
# 테스트 격리 모드 (strict, normal, relaxed)
isolation_mode: strict