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

Function test_js_code_init_js_code

tests/test_utilities.py:244–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242
243
244def test_js_code_init_js_code():
245 js_code = JsCode("hi")
246 js_code_2 = JsCode(js_code)
247 assert isinstance(js_code_2, JsCode)
248 assert isinstance(js_code_2.js_code, str)
249
250
251@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

JsCodeClass · 0.90

Tested by

no test coverage detected