Test tile attribution unicode
(self)
| 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.""" |