We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5027634 commit 5821671Copy full SHA for 5821671
tests/test_api.py
@@ -1,5 +1,5 @@
1
-from fastapi.testclient import TestClient
2
from app.main import app
+from fastapi.testclient import TestClient
3
4
client = TestClient(app)
5
0 commit comments