MCPcopy
hub / github.com/python-visualization/folium / test_validate_multi_locations

Function test_validate_multi_locations

tests/test_utilities.py:89–91  ·  view source on GitHub ↗
(locations)

Source from the content-addressed store, hash-verified

87 ],
88)
89def test_validate_multi_locations(locations):
90 outcome = validate_multi_locations(locations)
91 assert outcome == [[[0, 5], [1, 6], [2, 7]], [[3, 8], [4, 9]]]
92
93
94@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

validate_multi_locationsFunction · 0.90

Tested by

no test coverage detected