MCPcopy Index your code
hub / github.com/python-visualization/folium / test_tojavascript_with_dict

Function test_tojavascript_with_dict

tests/test_template.py:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def test_tojavascript_with_dict():
18 dict_obj = {"key": "value"}
19 assert tojavascript(dict_obj) == '{\n "key": "value",\n}'
20
21
22def test_tojavascript_with_dict_with_mixed_key_types():

Callers

nothing calls this directly

Calls 1

tojavascriptFunction · 0.90

Tested by

no test coverage detected