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 4b5893d commit a088057Copy full SHA for a088057
tests/test_main.py
@@ -1,7 +1,7 @@
1
import pytest
2
from fastapi.testclient import TestClient
3
-from function.core.config import settings
4
-from function.main import app
+from core.config import settings
+from main import app
5
6
7
@pytest.fixture(scope="module")
0 commit comments