Model/pytest.ini

3 lines
135 B
INI

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