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 a088057 commit 8eb2561Copy full SHA for 8eb2561
pytest.ini
@@ -1,2 +1,2 @@
1
[pytest]
2
-pythonpath = . code function
+pythonpath = code/function
tests/test_main.py
@@ -1,6 +1,6 @@
import pytest
-from fastapi.testclient import TestClient
3
from core.config import settings
+from fastapi.testclient import TestClient
4
from main import app
5
6
0 commit comments