[7팀 정건휘] Chapter 3-1. 프론트엔드 테스트 코드#58
Open
geonhwiii wants to merge 13 commits intohanghae-plus:hardfrom
Open
Conversation
|
이번 과제도 열심히 하느라 고생하셨습니다! 그리고 질문이 있습니다!
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HARD
7주차 과제 체크포인트
기본과제
질문
병렬 테스트 문제 해결을 위해 각 테스트마다 독립된 핸들러를 생성합니다.
문제점:
해결 방안:
각 handler에서 context에서 관리하는 Map을 통해 각 테스트간 실행을 격리시키도록 하였습니다.
심화 과제
과제 셀프회고
기술적 성장
학습 효과 분석
msw 핸들러를 활용하는 부분을 아직 적용하지 못했습니다.
이 부분을 보완해서 추가로 medium의 통합 테스트 부분을 작성해보려고 합니다.
그래서 통합 테스트에 대한 개념을 배워가고 싶습니다.
단위 테스트와 hook 테스트에 대해 분리가 잘 되어있어 이 부분이 조금 더 보이게 되었습니다.
과제 피드백
리뷰 받고 싶은 내용