Model/pytest.ini
Khalim Conn-Kowlessar 965e8e99d3 fixed unit tests
2023-10-05 16:04:12 +01:00

4 lines
166 B
INI

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