When reading source code of fastapi, this line make me fuzzy:
from starlette.testclient import TestClient as TestClient
Why not just: from starlette.testclient import TestClient?
When reading source code of fastapi, this line make me fuzzy:
from starlette.testclient import TestClient as TestClient
Why not just: from starlette.testclient import TestClient?