Blog categories

Comments

[FastAPI] VSCode 에서 pytest 수행하기

[FastAPI] VSCode 에서 pytest 수행하기

1. Prepare test framework

pytest를 설치하여 테스트 프레임워크 준비

동기 테스트: TestClient
비동기 테스트: httpx.AsyncClient

pip install pytest pytest-asyncio httpx

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

div#stuning-header .dfd-stuning-header-bg-container {background-color: #3f3f3f;background-size: cover;background-position: top center;background-attachment: initial;background-repeat: no-repeat;}#stuning-header div.page-title-inner {min-height: 350px;}