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

Method test_tile_attr_unicode

tests/test_folium.py:386–389  ·  view source on GitHub ↗

Test tile attribution unicode

(self)

Source from the content-addressed store, hash-verified

384 assert '"fillOpacity":0.543212345' in out_str
385
386 def test_tile_attr_unicode(self):
387 """Test tile attribution unicode"""
388 m = folium.Map(location=[45.5236, -122.6750], tiles="test", attr="юникод")
389 m._parent.render()
390
391 def test_fit_bounds(self):
392 """Test fit_bounds."""

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected