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

[Test] 단위 테스트 작성 - 상품, 장바구니 , 주문 #15

Open
3 tasks
mjeongriver opened this issue Mar 9, 2025 · 0 comments
Open
3 tasks
Assignees
Labels
✅ Test 테스트 관련

Comments

@mjeongriver
Copy link
Collaborator

기능 개요

상품, 장바구니, 주문 도메인의 단위 테스트를 작성 합니다.

  • 상품: 재고 체크, 상품 CRUD
  • 장바구니: 상품 추가/수정/삭제, 수량 변경 및 재고 검증
  • 주문: 주문 생성, 취소, 배송 정보 적용

기능 목록

  • 상품 서비스 단위 테스트
  • 장바구니 서비스 단위 테스트
  • 주문 서비스 단위 테스트

참고 사항

  • 회원 및 카테고리는 상대적으로 단순하여 단위 테스트보다는 통합 테스트로 검증 예정
  • 현재 재고 체크 방식이 Product 도메인에서 이루어지고 있으며, 추후 성능 최적화를 고려하여 변경될 가능성이 있음
@mjeongriver mjeongriver added the ✅ Test 테스트 관련 label Mar 9, 2025
@mjeongriver mjeongriver self-assigned this Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Test 테스트 관련
Projects
None yet
Development

No branches or pull requests

1 participant