issues
search
buildyourteam
/
Backend
Eskimo RestfulApi repo
0
stars
0
forks
source link
feat: 테스트용 목업 데이터 생성 자동화
#126
Closed
always0ne
closed
4 years ago
always0ne
commented
4 years ago
ApplicationListner 사용
ApplicationStartedEvent가 발생했을 때, 데이터베이스에 테스트 데이터 생성
우리 서비스를 통해 생성된 데이터로 테스트해야 더욱 정확하기 때문에 서비스 로직을 불러와서 초기화
@Profile(!test)를 사용하여 테스트에서 빈 생성 금지
ContextLoad 테스트에서 클라이언트용 test데이터 생성이 실행되어 무시처리
릴리즈시 제거할 것!
Resolves: #125
dev-kimdoyoung
commented
4 years ago
확인 완료
ApplicationListner 사용
릴리즈시 제거할 것! Resolves: #125