added pythonpath to pytest.ini

This commit is contained in:
Khalim Conn-Kowlessar 2023-09-12 16:01:38 +01:00
parent 558c916878
commit 9c164c202f

View file

@ -1,3 +1,4 @@
[pytest]
pythonpath = .
addopts = --cov-report term-missing --cov=model_data --cov=recommendations
testpaths = model_data/tests recommendations/tests