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

feat: Jooq 테스트와 TestContainer 설정을 추가합니다 #33

Merged
merged 24 commits into from
Jun 17, 2024

Conversation

belljun3395
Copy link
Collaborator

@belljun3395 belljun3395 commented Jun 11, 2024

🎫 연관 이슈

resolved: #32

💁‍♂️ PR 내용

  • Jooq 테스트 코드 추가
  • TestContainer 적용

🙏 작업

_SampleJooqTest를 통해 Jooq를 사용하는 방법을 간단히 확인해 보았습니다.

TestContainer를 추가하여 테스트 환경을 구축합니다

testcontainers 의존성과 RepoTestContainerInitializer 클래스를 통해 테스트 실행시 도커가 동작하여 테스트를 위한 환경을 구성할 수 있도록 설정하였습니다.

해당 구현을 통해 local과 test 도커 환경을 구분하여 구성할 수 있습니다.

🙈 PR 참고 사항

📸 스크린샷

🤖 테스트 체크리스트

!! main 으로 브렌치를 바꾸어 머지해야 합니다 !!

  • 체크 미완료
  • 체크 완료

@belljun3395 belljun3395 requested a review from hun-ca as a code owner June 11, 2024 07:51
@github-actions github-actions bot added the feature 새로운 기능을 만들 때 사용됩니다 label Jun 11, 2024
@belljun3395 belljun3395 linked an issue Jun 13, 2024 that may be closed by this pull request
@belljun3395
Copy link
Collaborator Author

이거는 테스트가 포함되어 있기는한데 testcontainer 설정 코드도 있어 feat도 괜찮을꺼 같은데 분리 할까요?

@belljun3395 belljun3395 changed the base branch from feat/#17_belljun3395 to main June 17, 2024 11:15
@belljun3395 belljun3395 merged commit 418cde4 into main Jun 17, 2024
3 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.

TestContainer 설정을 추가합니다
2 participants