Model/pytest.ini
Khalim Conn-Kowlessar d287df1b82 hard coded buckets
2026-03-27 01:46:58 +00:00

8 lines
472 B
INI

[pytest]
pythonpath = .
log_cli = true
log_cli_level = INFO
addopts = --cov-report term-missing --cov=etl/epc --cov=recommendations --cov=backend --cov=etl/epc_clean --cov=etl/spatial
testpaths = recommendations/tests backend/tests etl/epc/tests etl/epc_clean/tests etl/spatial/tests backend/condition/tests backend/address2UPRN/tests backend/onboarders/tests backend/categorisation/tests backend/export/tests
markers =
integration: mark a test as an integration test