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

[BE] 27.07 주가 지수 서비스 테스트 코드 작성 #237 #240

Merged
merged 4 commits into from
Dec 3, 2024

Conversation

sieunie
Copy link
Collaborator

@sieunie sieunie commented Dec 2, 2024

✅ 주요 작업

  • stock index service 관련 테스트 코드 작성

@sieunie sieunie added BE 백엔드 TEST 테스트 코드 작성 API API 구현 labels Dec 2, 2024
@sieunie sieunie self-assigned this Dec 2, 2024
@sieunie sieunie linked an issue Dec 2, 2024 that may be closed by this pull request
Copy link
Collaborator

@uuuo3o uuuo3o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~~

});

it('주가 지수 차트 조회 API에서 정상적인 데이터를 조회한 경우, 형식에 맞춰 정상적으로 반환한다.', async () => {
(axios.get as jest.Mock).mockImplementation((url: string) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 요 쪽 코드 한번만 설명해주실 수 있나요? axios를 써서 하려니까 잘 모르겠어서.. 저는 accessToken mock 하는거랑 동일하게 jest로 데이터를 넣었거든요

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저도 완벽히 이해하고 쓴 코드는 아니라서... 일단 설명 드리면 axios.get 메소드를 뒤에 있는 콜백 함수로 모킹하는 방식입니다. 근데 여기서 차트 데이터 가지고 오는 api도 get 메소드를 쓰고, 값 가지고 오는 api도 get 메소드를 쓰니까 뒤에 url로 구분해서 다른 값 리턴하도록 구현했어요!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아~~~~!!!
둘 다 get 메서드로 가져오는데, url은 다르니까! 아 좋습니당!!! 감사합니다 ㅎㅎㅎ

@sieunie sieunie requested a review from jinddings December 2, 2024 09:19
@uuuo3o uuuo3o merged commit f5c2fe4 into back/main Dec 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API 구현 BE 백엔드 TEST 테스트 코드 작성
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 27.07 백엔드 테스트 코드 작성
2 participants