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

test: UserInfoRedisRepository에 대한 테스트 코드 작성 #60

Merged
merged 4 commits into from
Oct 7, 2024

Conversation

kjungw1025
Copy link
Member

Issue 번호

PR 타입 (하나 이상의 PR 타입을 선택해주세요)

  • 기능 추가
  • 기능 삭제
  • 리펙토링
  • 버그 수정
  • 테스트 코드 작성
  • 코드 스타일 업데이트
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

작업 사항

  • Redis 테스트 컨테이너 설정을 위한 코드 작성
  • UserInfoRedisRepository에 대한 테스트 코드 작성

- Redis와의 통합 테스트를 위해 Testcontainers를 사용하여 Redis 컨테이너를 실행하도록 설정
- 'spring.profiles.active'가 'local'일 때만 통합 테스트가 실행되도록 설정함
- 테스트 속도를 개선하고 환경 구성 문제를 방지하기 위함
@kjungw1025 kjungw1025 added the test Need test or making test label Oct 7, 2024
@kjungw1025 kjungw1025 self-assigned this Oct 7, 2024
@kjungw1025 kjungw1025 merged commit 10eb4e1 into dev_deploy Oct 7, 2024
1 check passed
@kjungw1025 kjungw1025 deleted the test/userInfo branch October 7, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Need test or making test
Development

Successfully merging this pull request may close these issues.

1 participant