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

Goal Serivce, CustomLocalDate 테스트 보충 (#42) #55

Merged
merged 5 commits into from
Dec 26, 2023
Merged

Conversation

binary-ho
Copy link
Member

Goal의 생성, 삭제 Integration Test를 추가하고,

RaemianLocalDate의 테스트 코드를 추가합니다. 테스트한 사항은 아래와 같습니다.

  1. RaemianLocalDate를 통해 연도와 날짜 string으로 LocalDate를 만들 수 있다.
  2. RaemianLocalDate를 통해 생성된 LocalDate의 날짜가 고정된다.
  3. RaemianLocalDate를 통해 생성된 LocalDate생성시 연도나 월의 형식이 잘못 되면 예외가 발생한다. ("월"의 범위를 벗어난 경우, 숫자가 아닌 경우, 숫자가 아닌 값이 포함된 경우)
  4. LocalDate Format을 'YYYY.MM'로 변환할 수 있다.

@egg528
Copy link
Member

egg528 commented Dec 24, 2023

@binary-ho
진호님 테스트 코드 작성 고생하셨습니다!!
그런데 최근에 급하게 develop에서 수정된 내용이 좀 있는데
develop 최신 커밋 반영해서 빌드하면 테스트 오류나는 것 같은데
확인 한번 부탁드리겠습니다~!

@binary-ho
Copy link
Member Author

conflict 나는 부분 고쳤고 merge하겠습니다 ㅎㅎㅎ

@binary-ho binary-ho merged commit 0651fd5 into develop Dec 26, 2023
1 check passed
@binary-ho binary-ho deleted the feature/#42 branch December 26, 2023 08:33
@binary-ho binary-ho self-assigned this May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants