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