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

테스트 환경 최적화 및 테스트 픽스처 생성 #442

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

ksiisk99
Copy link
Member

Issue

comment

  • 전체 테스트할 때마다 새롭게 스프링부트 부팅되는거 개선함. 각 계층 별로 하나의 스프링부트가 부팅됨
  • db test는 인메모리 h2로 함
  • 테스트에 필요한 엔티티 객체 생성하는 코드가 중복되는게 많고 통일성이 없어서 각 엔티티마다 Fixture를 생성하려고 함. 현재 UserFixture만 만들어둔 상태고 User관련들만 변경한 상태라 나머지 엔티티들도 변경할 예정

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant