We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f76a1b commit e6c5779Copy full SHA for e6c5779
1 file changed
tests/test_folium.py
@@ -7,9 +7,7 @@
7
import json
8
import os
9
10
-import branca.element
11
import geopandas as gpd
12
-import jinja2
13
import numpy as np
14
import pandas as pd
15
import pytest
@@ -44,13 +42,6 @@ def setup_data():
44
42
return merged.fillna(method="pad")
45
43
46
47
-def test_get_templates():
48
- """Test template getting."""
49
-
50
- env = branca.utilities.get_templates()
51
- assert isinstance(env, jinja2.environment.Environment)
52
53
54
def test_location_args():
55
"""Test some data types for a location arg."""
56
location = np.array([45.5236, -122.6750])
0 commit comments