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