mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-18 13:27:45 -04:00
🌐 Add Korean translation for docs/ko/docs/advanced/testing-events.md (#12741)
This commit is contained in:
7
docs/ko/docs/advanced/testing-events.md
Normal file
7
docs/ko/docs/advanced/testing-events.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# 이벤트 테스트: 시작 - 종료
|
||||
|
||||
테스트에서 이벤트 핸들러(`startup` 및 `shutdown`)를 실행해야 하는 경우, `with` 문과 함께 `TestClient`를 사용할 수 있습니다.
|
||||
|
||||
```Python hl_lines="9-12 20-24"
|
||||
{!../../docs_src/app_testing/tutorial003.py!}
|
||||
```
|
||||
Reference in New Issue
Block a user