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] 3.03 주식 차트 정보 기능 테스트 #9 #42

Merged
merged 4 commits into from
Nov 7, 2024

Conversation

sieunie
Copy link
Collaborator

@sieunie sieunie commented Nov 7, 2024

✅ 주요 작업

  • 주가 지수 정보 차트 기능 테스트 구현
  • 주가 지수 정보 값 기능 테스트 구현
  • 테스트에 따른 잘못된 로직 수정

💭 고민과 해결과정

  • 외부 API는 고정적인 환경이 아니기 때문에, 테스트할 때 외부 API를 기반으로 테스트를 하면 안된다고 생각했다.
  • axios 모듈을 모킹하여 외부 API 통신이 일어날 경우 mock data를 반환하도록 구현해 테스트를 진행했다.
  • 테스트 중 diff 값과 diffRate 값이 잘못 설정된 로직을 발견해 수정했다.

@sieunie sieunie requested review from uuuo3o and jinddings November 7, 2024 10:24
@sieunie sieunie self-assigned this Nov 7, 2024
@sieunie sieunie linked an issue Nov 7, 2024 that may be closed by this pull request
appsecret: process.env.KOREA_INVESTMENT_APP_SECRET,
tr_id: 'FHPUP02110200',
custtype: 'P',
const response = await axios.get<StockIndexChartInterface>(
Copy link
Collaborator

Choose a reason for hiding this comment

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

🟢 axios 적용 좋습니다! 고생하셨습니다

@uuuo3o
Copy link
Collaborator

uuuo3o commented Nov 7, 2024

고생하셨습니다! 저 나중에 테스트 코드 간략하게 설명해주실 수 있나요?
지금 테스트 코드 짜보고는 있는데 제 마음대로 안되네요...ㅎㅎ

@uuuo3o uuuo3o merged commit 096161f into back/main Nov 7, 2024
2 checks passed
@uuuo3o uuuo3o added BE 백엔드 TEST 테스트 코드 작성 labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 TEST 테스트 코드 작성
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 3.03 주식 차트 정보 기능 테스트
2 participants