Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
276
def
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
284
def
test_marker_numpy_array_as_location():
Callers
nothing calls this directly
Calls
4
Map
Class · 0.90
Marker
Class · 0.90
add_to
Method · 0.80
render
Method · 0.45
Tested by
no test coverage detected