MCPcopy Index your code
hub / github.com/plotly/plotly.py / test_html_deterministic

Function test_html_deterministic

tests/test_io/test_html.py:31–35  ·  view source on GitHub ↗
(fig1)

Source from the content-addressed store, hash-verified

29
30
31def test_html_deterministic(fig1):
32 div_id = "plotly-root"
33 assert pio.to_html(fig1, include_plotlyjs="cdn", div_id=div_id) == pio.to_html(
34 fig1, include_plotlyjs="cdn", div_id=div_id
35 )
36
37
38def test_cdn_includes_integrity_attribute(fig1):

Callers

nothing calls this directly

Calls 1

to_htmlMethod · 0.80

Tested by

no test coverage detected