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: 테스트 컨텍스트를 개선한다. #148

Merged
merged 4 commits into from
Aug 27, 2024

Conversation

hseong3243
Copy link
Collaborator

⛏ 작업 사항

  • 표현 계층 테스트 컨텍스트를 통일하였습니다.
    • 모든 목 빈 생성, config 클래스 임포트를 BaseControllerTest로 올리고 표현 계층 테스트는 해당 클래스를 상속합니다.
  • 통합 테스트 컨텍스트를 통일하였습니다.
    • @SpringBootTest를 사용하는 모든 테스트와 config 클래스를 BaseIntegrationTest로 올리고 통합 테스트는 해당 클래스를 상속합니다.
  • 42초에서 31~34초 수준으로 테스트 수행시간이 감소하였습니다.
  • 초기화되는 컨텍스트 수는 19개에서 5개로 감소하였습니다.

📝 작업 요약

  • 테스트 컨텍스트 빈 구성 통일

💡 관련 이슈

컨텍스트 캐싱 기능을 활용하기 위해 빈 구성을 통일함.
애플리케이션 컨텍스트 캐싱을 활용하기 위해 통합 테스트 빈 구성을 통일함.
@hseong3243 hseong3243 added 🔨 Refactor 코드 리팩토링 및 구조 개선 ✅ Test 테스트 작성 및 개선 labels Aug 27, 2024
@hseong3243 hseong3243 self-assigned this Aug 27, 2024
@hseong3243 hseong3243 linked an issue Aug 27, 2024 that may be closed by this pull request
@hseong3243 hseong3243 merged commit cff55ad into main Aug 27, 2024
2 checks passed
@hseong3243 hseong3243 deleted the refactor/test-context branch August 27, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 리팩토링 및 구조 개선 ✅ Test 테스트 작성 및 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor: 테스트 컨텍스트를 개선한다.
2 participants