Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-visualization/folium
/ test_validate_location
Function
test_validate_location
tests/test_utilities.py:38–40 ·
view source on GitHub ↗
(location)
Source
from the content-addressed store, hash-verified
36
],
37
)
38
def
test_validate_location(location):
39
outcome = validate_location(location)
40
assert outcome == [5.0, 3.0]
41
42
43
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
validate_location
Function · 0.90
Tested by
no test coverage detected