Skip to content

Commit 0332726

Browse files
committed
debug for travis
1 parent 0cfa4f7 commit 0332726

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/folium_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@ def test_fit_bounds(self):
479479

480480
self.map.fit_bounds(bounds, max_zoom=15, padding=(3, 3))
481481

482+
print(self.map.template_vars['fit_bounds'])
483+
print(fit_bounds_rendered)
482484
assert self.map.template_vars['fit_bounds'] == fit_bounds_rendered
483485

484486
def test_image_overlay(self):

0 commit comments

Comments
 (0)