We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1ba6c commit b1d056cCopy full SHA for b1d056c
tests/test_folium.py
@@ -464,9 +464,6 @@ def test_global_switches(self):
464
m = folium.Map(prefer_canvas=True)
465
out = m._parent.render()
466
out_str = "".join(out.split())
467
- for line in out.split("\n"):
468
- print(line)
469
- print(out_str)
470
assert '"preferCanvas":true' in out_str
471
assert not m.global_switches.no_touch
472
assert not m.global_switches.disable_3d
0 commit comments