We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7840ee commit 86f87c2Copy full SHA for 86f87c2
1 file changed
tests/test_repr.py
@@ -8,8 +8,8 @@
8
9
from __future__ import (absolute_import, division, print_function)
10
11
-import sys
12
import io
+import sys
13
14
import PIL.Image
15
@@ -27,6 +27,7 @@ def m():
27
def m_png():
28
yield folium.Map(png_enabled=True)
29
30
+
31
def test__repr_html_is_str(m):
32
html = m._repr_html_()
33
assert isinstance(html, str)
0 commit comments