This commit is contained in:
Andras Schmelczer 2026-05-26 19:45:13 +01:00
parent c645b0f1d4
commit 39ef5c6646
79 changed files with 5660 additions and 2199 deletions

View file

@ -37,6 +37,7 @@ def test_dynamic_poi_groups_include_requested_categories_only() -> None:
assert set(display_names.values()) == {
"Bus stop",
"Café",
"Pharmacy",
"Rail station",
"Restaurant",
"Tesco",
@ -44,7 +45,6 @@ def test_dynamic_poi_groups_include_requested_categories_only() -> None:
assert "poi_waitrose" not in groups
assert "poi_park" not in groups
assert "poi_school" not in groups
assert "poi_pharmacy" not in groups
def test_dynamic_poi_metric_renames_support_park_count_options() -> None: