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

Commits on Oct 7, 2024

  1. feat: Redis 테스트 컨테이너 설정 추가

    - Redis와의 통합 테스트를 위해 Testcontainers를 사용하여 Redis 컨테이너를 실행하도록 설정
    kjungw1025 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    39c3b45 View commit details
    Browse the repository at this point in the history
  2. feat: 로컬 환경 전용 통합 테스트 어노테이션 추가

    - 'spring.profiles.active'가 'local'일 때만 통합 테스트가 실행되도록 설정함
    - 테스트 속도를 개선하고 환경 구성 문제를 방지하기 위함
    kjungw1025 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ce7062f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed5a44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad31655 View commit details
    Browse the repository at this point in the history