MCPcopy Index your code
hub / github.com/python-visualization/folium / test_validate_locations

Function test_validate_locations

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

Source from the content-addressed store, hash-verified

76 ],
77)
78def test_validate_locations(locations):
79 outcome = validate_locations(locations)
80 assert outcome == [[0.0, 5.0], [1.0, 6.0], [2.0, 7.0]]
81
82
83@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

validate_locationsFunction · 0.90

Tested by

no test coverage detected