Skip to content

Commit ea975bd

Browse files
committed
Update pytonpath
1 parent d94b6d3 commit ea975bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

tests/test_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
2-
from core.config import settings
32
from fastapi.testclient import TestClient
4-
from function_app import app
3+
from function.core.config import settings
4+
from function.function_app import app
55

66

77
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)