Skip to content

Commit 8eb2561

Browse files
committed
Update ini
1 parent a088057 commit 8eb2561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
pythonpath = . code function
2+
pythonpath = code/function

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
2-
from fastapi.testclient import TestClient
32
from core.config import settings
3+
from fastapi.testclient import TestClient
44
from main import app
55

66

0 commit comments

Comments
 (0)