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

#102 feat: 각 모듈의 테스트가 정상적으로 동작할 수 있도록 하였니다. #104

Merged
merged 8 commits into from
Jun 24, 2024

Conversation

belljun3395
Copy link
Collaborator

🎫 연관 이슈

resolved: #102

💁‍♂️ PR 내용

  • 각 모듈의 테스트가 정상적으로 동작할 수 있도록 하였니다.

🙏 작업

  • api 모듈에 테스트 컨테이너를 적용하였습니다.

  • 각 모듈 테스트 설정을 각 모듈의 application-test.yml 로 설정할 수 있도록 수정

  • 각 모듈 테스트 프로필을 test로 수행할 수 있도록 수정

  • 동작하지 않던 테스트 코드 수정: 인자 불일치와 doNothing 오사용으로 인한 문제

🙈 PR 참고 사항

📸 스크린샷

🤖 테스트 체크리스트

  • 체크 미완료
  • 체크 완료

@belljun3395 belljun3395 requested a review from hun-ca as a code owner June 24, 2024 04:39
@github-actions github-actions bot added the feature 새로운 기능을 만들 때 사용됩니다 label Jun 24, 2024
Copy link
Member

@hun-ca hun-ca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@belljun3395 belljun3395 merged commit 2febb4b into main Jun 24, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능을 만들 때 사용됩니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

api 테스트가 독립적으로 동작할 수 있도록 테스트 컨테이너 설정 추가
2 participants