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