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] 더미데이터 생성 방식 리팩토링 #242

Open
moonn6pence opened this issue Sep 1, 2023 · 0 comments
Open

[REFACTOR] 더미데이터 생성 방식 리팩토링 #242

moonn6pence opened this issue Sep 1, 2023 · 0 comments
Assignees
Labels
refactor 리팩터링

Comments

@moonn6pence
Copy link
Collaborator

소개

  • Dummy & @Profile 을 사용한 더미 주입으로 변경
  • 이에 따른 테스트 코드 변경

목적

  • static 하게 fixture 사용하던 방식은 테스트 코드 Transaction에 영향을 받게 되고, 이에 따라 서로 다른 테스트 간의 결합성이 생김.
  • 더미 데이터가 data.sql 에 의해 주입된다면 prod 레벨과 dev 레벨의 data.sql을 별개로 관리해야함.

스크린샷

No response

주의사항

No response

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

No branches or pull requests

4 participants