mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
4 lines
166 B
INI
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
|