Model/pytest.ini
2023-09-12 16:01:38 +01:00

4 lines
150 B
INI

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