Complete live Mol register validation
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-15 17:36:33 +02:00
parent e9db219a80
commit 0e36d750c0
6 changed files with 126 additions and 10 deletions
@@ -187,6 +187,13 @@ def test_buildings_are_clipped_in_lambert72_and_keep_lifecycle_status() -> None:
assert record["area_ha"] > 0
def test_area_evidence_paths_are_isolated_per_municipality() -> None:
module = load_operator()
assert module.area_storage_key("Gemeente Mol - officiële grens") == "mol"
assert module.area_storage_key("Gemeente Geel - officiële grens") == "geel"
def test_official_unit_relation_and_exact_address_position_are_aggregated_without_labels() -> None:
module = load_operator()
_, boundary_lambert72, polygon, buildings, _ = normalized_fixture(module)