Model/pytest.ini
2026-03-06 16:15:11 +00:00

25 lines
No EOL
497 B
INI

[pytest]
pythonpath = .
log_cli = true
log_cli_level = INFO
addopts =
--cov-report term-missing
--cov=etl/epc
--cov=etl/epc_clean
--cov=etl/spatial
--cov=recommendations
--cov=backend
testpaths =
backend/tests
backend/address2UPRN/tests
backend/categorisation/tests
backend/condition/tests
backend/export/tests
backend/onboarders/tests
backend/app/tests
etl/epc/tests
etl/epc_clean/tests
etl/spatial/tests
recommendations/tests