MCPcopy Index your code
hub / github.com/reactive-python/reactpy / test_vdom_to_html_error

Function test_vdom_to_html_error

src/py/reactpy/tests/test_utils.py:268–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266
267
268def test_vdom_to_html_error():
269 with pytest.raises(TypeError, match="Expected a VDOM dict"):
270 vdom_to_html({"notVdom": True})

Callers

nothing calls this directly

Calls 1

vdom_to_htmlFunction · 0.90

Tested by

no test coverage detected