We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c334ee4 commit db6c27aCopy full SHA for db6c27a
vial/test_server.py
@@ -1,6 +1,6 @@
1
import pytest
2
from fastapi.testclient import TestClient
3
-from vial.server import app
+from server import app
4
5
client = TestClient(app)
6
0 commit comments