From 9c164c202fcfddf9d9f33729e9431747262df615 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 12 Sep 2023 16:01:38 +0100 Subject: [PATCH] added pythonpath to pytest.ini --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 1019b4a6..b2fa207a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] +pythonpath = . addopts = --cov-report term-missing --cov=model_data --cov=recommendations testpaths = model_data/tests recommendations/tests