Complete live Mol register validation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user