🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md#12992
Merged
alejsdev merged 5 commits intoNov 27, 2024
Merged
Conversation
Contributor
|
📝 Docs preview for commit 8707b8d at: https://fea296c3.fastapitiangolo.pages.dev Modified Pages |
hard-coders
reviewed
Nov 27, 2024
|
|
||
| 제공자는 요청당 요금을 부과할 수 있으며, 테스트를 위해 고정된 모의 사용자가 있는 경우보다 호출하는 데 시간이 더 걸릴 수 있습니다. | ||
|
|
||
| 외부 제공자를 한 번 테스트하는 것은 필요하지만, 실행되는 모든 테스트마다 호출할 필요는 없습니다. |
Contributor
There was a problem hiding this comment.
It's okay, but it would be better to reveal the nuance of "want" more clearly.
Contributor
Author
There was a problem hiding this comment.
How about rephrasing it like this?
|
|
||
| 외부 제공자를 한 번 테스트하는 것은 필요하지만, 실행되는 모든 테스트마다 호출할 필요는 없습니다. | ||
|
|
||
| 이 경우 해당 공급자를 호출하는 종속성을 재정의하고 테스트에 대해서만 모의 사용자를 반환하는 사용자 지정 종속성을 사용할 수 있습니다. |
Contributor
There was a problem hiding this comment.
override; "재정의"도 좋지만 계속해서 "오버라이드"를 사용하므로 여기서도 따르면 좋을거 같습니다.
Contributor
|
📝 Docs preview for commit a10daf3 at: https://8d79bfaf.fastapitiangolo.pages.dev Modified Pages |
Co-authored-by: hy.lee <rurouni24@gmail.com>
Contributor
|
📝 Docs preview for commit 00147ca at: https://8002ecde.fastapitiangolo.pages.dev Modified Pages |
Member
|
Thanks for your work! @Limsunoh 🙏 |
s-rigaud
pushed a commit
to s-rigaud/fastapi
that referenced
this pull request
Jan 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add translation to docs/ko/docs/advanced/testing-dependencies.md