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

통합테스트 작동하게 만들기 #75

Open
justinyoo opened this issue Sep 1, 2022 · 0 comments
Open

통합테스트 작동하게 만들기 #75

justinyoo opened this issue Sep 1, 2022 · 0 comments

Comments

@justinyoo
Copy link
Contributor

요구사항

  • 현재 CI/CD 파이프라인에서는 단위테스트만 돌리고 있습니다.

    dotnet test . -c Release --filter:"TestCategory!=Integration"
  • 향후 통합테스트 역시 한꺼번에 테스트 할 수 있게끔 필터를 조정해 주세요.

  • 문자메시지를 실제로 보내는 API를 호출하는 테스트만 제외하고, 나머지는 모두 실제 API 호출을 하고 그 결과를 받아올 수 있어야 합니다.

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

No branches or pull requests

1 participant