MCPcopy Create free account
hub / github.com/python-visualization/folium / test_figure_rendering

Function test_figure_rendering

tests/test_features.py:51–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50
51def test_figure_rendering():
52 f = folium.Figure()
53 out = f.render()
54 assert type(out) is str
55
56 bounds = f.get_bounds()
57 assert bounds == [[None, None], [None, None]], bounds
58
59
60def test_figure_html(tmpl):

Callers

nothing calls this directly

Calls 2

get_boundsMethod · 0.80
renderMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…