Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

테스트 코드 보완 #74

Open
7 tasks
wonslee opened this issue Aug 29, 2023 · 0 comments
Open
7 tasks

테스트 코드 보완 #74

wonslee opened this issue Aug 29, 2023 · 0 comments
Assignees
Labels
🛠 refactoring 리팩토링

Comments

@wonslee
Copy link
Member

wonslee commented Aug 29, 2023

location Service 레이어를 제외하곤 테스트 코드 적용이 되지 않은 상태.
Entity, Repository, Controller에 대해서 모두 테스트 코드를 적용해보자.
유지보수(리팩토링, 비즈니스 로직 변경, 성능 최적화 등)시 치명적인 로직 오류가 생길 수 있으므로 방지해야 함

서비스 레이어에 대해선 Mock, 레포지토리와 컨트롤러 레이어에 대해선 일반 JUnit 테스트를 적용할 예정

TODO

  • gradlew test가 정상 작동하도록 수정 (test 주석처리한 어노테이션 되돌리기, test lombok 의존성 추가 등)
  • Spot 테스트
  • Congestion 테스트
  • Comment 테스트
  • Category 테스트
  • Bookmark 테스트
  • CI 과정에서 gradlew test 실행되도록 deploy.yml 수정

참고할만한 레퍼런스

@wonslee wonslee added the 🛠 refactoring 리팩토링 label Aug 29, 2023
@wonslee wonslee self-assigned this Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 refactoring 리팩토링
Projects
None yet
Development

No branches or pull requests

1 participant