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

Function test_versioned_cdn_included

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

Source from the content-addressed store, hash-verified

25
26
27def test_versioned_cdn_included(fig1):
28 assert plotly_cdn_url() in pio.to_html(fig1, include_plotlyjs="cdn")
29
30
31def test_html_deterministic(fig1):

Callers

nothing calls this directly

Calls 2

plotly_cdn_urlFunction · 0.90
to_htmlMethod · 0.80

Tested by

no test coverage detected