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 d94b6d3 commit ea975bdCopy full SHA for ea975bd
pytest.ini
@@ -1,2 +1,2 @@
1
[pytest]
2
-pythonpath = code/function
+pythonpath = code
tests/test_main.py
@@ -1,7 +1,7 @@
import pytest
-from core.config import settings
3
from fastapi.testclient import TestClient
4
-from function_app import app
+from function.core.config import settings
+from function.function_app import app
5
6
7
@pytest.fixture(scope="module")
0 commit comments