diff --git a/tests/test_finance.py b/tests/test_finance.py index 27f1411..b25a1c3 100644 --- a/tests/test_finance.py +++ b/tests/test_finance.py @@ -5,7 +5,7 @@ import yfinance as yf from requests import exceptions -from src import finance, app +from src.trading_portfolio_tracker import finance, app DB_PATH = "resources/test.db" diff --git a/tests/test_portfolio.py b/tests/test_portfolio.py deleted file mode 100644 index e69de29..0000000 diff --git a/tests/test_transactions.py b/tests/test_transactions.py deleted file mode 100644 index 7e3d89d..0000000 --- a/tests/test_transactions.py +++ /dev/null @@ -1,2 +0,0 @@ -import pytest -import coverage