Model/pytest.ini
2023-09-13 15:50:20 +01:00

4 lines
164 B
INI

[pytest]
pythonpath = .
addopts = --cov-report term-missing --cov=model_data --cov=recommendations
testpaths = model_data/tests recommendations/tests backend/tests