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

[REFACTOR] 테스트코드에서 TestContainer를 사용하도록 변경 #840

Open
zeus6768 opened this issue Oct 21, 2024 · 0 comments
Open
Assignees
Labels
BE 백엔드 refactor 요구사항이 바뀌지 않은 변경사항

Comments

@zeus6768
Copy link
Contributor

📌 어떤 기능을 리팩터링 하나요?

현재 테스트 환경의 applcation.yml 파일을 gitignore에 등록해야 테스트를 정상적으로 실행할 수 있습니다.

다음의 문제가 있습니다.

  • 변경 내역에 잡히지 않는 파일을 관리해야 합니다.
  • CI 과정에서 yml 파일을 생성해야 합니다. 이 또한 관리 대상입니다.

그래서 테스트 코드를 실행할 때, 로컬 DB를 사용하는 대신 Testcontainer를 사용하도록 변경합니다.

⏳ 예상 소요 시간 (예상 해결 날짜)

8시간

🔍 참고할만한 자료(선택)

Testcontainers Official
Testcontainers | Maven Repository

@zeus6768 zeus6768 added refactor 요구사항이 바뀌지 않은 변경사항 BE 백엔드 labels Oct 21, 2024
@zeus6768 zeus6768 self-assigned this Nov 7, 2024
@zeus6768 zeus6768 added this to the 7차 스프린트 💭 milestone Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 refactor 요구사항이 바뀌지 않은 변경사항
Projects
Status: Todo
Development

No branches or pull requests

1 participant