저장소 구조 검증
이 폴더는 특정 애플리케이션의 단위 테스트가 아니라 저장소 전체의 폴더 경계와 경로 규칙을 검증한다.
python3 -m unittest discover -s tests -p 'test_*.py'
애플리케이션 기능 테스트는 각각 vpd-backoffice/src/test와
ai-web-agent-console/tests에 둔다.
이 폴더는 특정 애플리케이션의 단위 테스트가 아니라 저장소 전체의 폴더 경계와 경로 규칙을 검증한다.
python3 -m unittest discover -s tests -p 'test_*.py'
애플리케이션 기능 테스트는 각각 vpd-backoffice/src/test와
ai-web-agent-console/tests에 둔다.