diff --git a/backend/app/apis/__init__.py b/backend/app/apis/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/backend/app/apis/stock_info.py b/backend/app/apis/stock_info.py new file mode 100644 index 0000000..44feb0d --- /dev/null +++ b/backend/app/apis/stock_info.py @@ -0,0 +1 @@ +from ..services.stock_info import StockInfo diff --git a/pytest.ini b/pytest.ini index 4584de7..ecb11be 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] -testpaths = tests -pythonpath = . +testpaths = test +pythonpath = backend