alright
This commit is contained in:
parent
c645b0f1d4
commit
39ef5c6646
79 changed files with 5660 additions and 2199 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue