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: widget, model 단위 테스트 코드 구현 #11

Merged
merged 6 commits into from
Nov 3, 2024
Merged

Conversation

hyjoong
Copy link
Owner

@hyjoong hyjoong commented Nov 3, 2024

📖 작업 배경

  • 프로젝트 테스트 코드 작성
  • Widget과 Model에 대한 단위 테스트 구현
  • GitHub Actions를 통한 자동 테스트 환경 구축

📖 구현 내용

Widget 테스트 구현

  • 상품 목록 렌더링 검증
  • 빈 목록 처리 검증
  • 긴 상품명 처리 검증(최대 2줄까지 표시)

Model 테스트 구현

  • JSON 파싱 검증
  • null 값 처리 검증
  • 필수 필드 검증

GitHub Actions 설정

  • PR 생성 시 자동 테스트 실행 설정
  • 테스트 커버리지 리포트 생성

💡 참고사항

💡 테스트 결과

image

@hyjoong hyjoong added the test label Nov 3, 2024
@hyjoong hyjoong self-assigned this Nov 3, 2024
@hyjoong hyjoong merged commit 6bc9b79 into master Nov 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant