1. Prepare test framework
pytest를 설치하여 테스트 프레임워크 준비
동기 테스트: TestClient
비동기 테스트: httpx.AsyncClient
pip install pytest pytest-asyncio httpx
pytest를 설치하여 테스트 프레임워크 준비
동기 테스트: TestClient
비동기 테스트: httpx.AsyncClient
pip install pytest pytest-asyncio httpx