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.
apply 폴더에서 urls.py를 참고하여 테스트 코드를 작성했습니다. 현재까지 resume class 테스트 코드 작성에 어려움이 있어 이를 빼고 코드를 작성했습니다.
user 폴더에서 user 데이터 생성을 위한 factories.py를 추가했고 factory와 faker를 설치했습니다.
랩장 관련해서는 테스트 코드를 작성하다가 엄청난 오류로 일단 주석 처리해두었습니다.
지금까지 총 12개의 test 중 5개를 fail하는 것으로 나오는데 fail 하는 부분이 제대로 테스트 된 건지, 문제가 있는 건지 잘 모르겠어서 한번 봐주시면 좋겠습니다.