I would like to test FastAPI with the following code:
import pytest from fastapi.testclient import TestClient from main import applications client = TestClie