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

Function test_marker_valid_location

tests/test_map.py:276–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

274
275
276def test_marker_valid_location():
277 m = Map()
278 marker = Marker()
279 marker.add_to(m)
280 with pytest.raises(ValueError):
281 m.render()
282
283
284def test_marker_numpy_array_as_location():

Callers

nothing calls this directly

Calls 4

MapClass · 0.90
MarkerClass · 0.90
add_toMethod · 0.80
renderMethod · 0.45

Tested by

no test coverage detected