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

feat: Post 도메인 Service 단위 테스트 #252

Merged
merged 23 commits into from
Sep 23, 2023

Conversation

jjuny0310
Copy link
Member

Issues

구분

  • 버그 수정
  • 기능 추가
  • 코드 리팩터링
  • 문서 업데이트
  • 기타

주요 변경점

  • 게시글 목록 조회 서비스 테스트
  • 게시글 상세 보기 서비스 테스트
  • 게시글 좋아요 서비스 테스트
  • 게시글 스크랩 서비스 테스트
  • 항상 댓글이 수정됨으로 나오는 버그 수정
  • 핫게시글이 중복으로 등록되는 버그 수정

스크린샷

기타

@jjuny0310 jjuny0310 added fix 버그 수정 test 테스트 labels Sep 23, 2023
@jjuny0310 jjuny0310 self-assigned this Sep 23, 2023
Copy link
Collaborator

@moonn6pence moonn6pence left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생쓰

Comment on lines +447 to +477
@Test
void writePost() {
}

@Test
void deletePost() {
}

@Test
void updatePost() {
}

@Test
void findHotPosts() {
}

@Test
void findMyPosts() {
}

@Test
void findMyScrapPosts() {
}

@Test
void searchPosts() {
}

@Test
void searchHotPosts() {
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해당 부분은 다음 작업에 포함되는거죠?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네 맞아요 너무 커질것 같아서 분리하려 했습니다!

Copy link
Collaborator

@YongsHub YongsHub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 MemberFixture 리팩토링한거 제가 현재 PR에 올렸는데 확인해보시면 될 것 같아요

@jjuny0310 jjuny0310 merged commit 65ae6ec into SSAF-SOUND:dev Sep 23, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 수정 test 테스트
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants