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: 테스트 격리 리팩터링 #586

Open
1 task
zillionme opened this issue Nov 21, 2023 · 0 comments
Open
1 task

refactor: 테스트 격리 리팩터링 #586

zillionme opened this issue Nov 21, 2023 · 0 comments
Assignees
Labels
🍀 백엔드 백엔드 라벨

Comments

@zillionme
Copy link
Collaborator

🔨 리팩토링 기능

현재 @Sql(truncate.sql) 로 데이터베이스를 초기화 하고 있는데요. 이 부분을 리팩터링 하고 싶습니다.
이유

  1. 테이블 연관관계가 있는 경우 순서대로 쿼리문을 작성해야 한다
  2. sql 파일로 쿼리를 관리하기 때문에, 컴파일 에러를 발견할 수 없다. 예를들면 쿼리문 문법 오류

🚧 작업 목록

리팩토링을 위한 수행 작업 목록을 작성해주세요. 최대한 자세할수록 좋습니다.

  • 테스트 격리를 위한 데이터베이스 초기화 클래스 생성
@zillionme zillionme self-assigned this Nov 21, 2023
@zillionme zillionme added the 🍀 백엔드 백엔드 라벨 label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍀 백엔드 백엔드 라벨
Projects
Status: No status
Development

No branches or pull requests

1 participant