(fig1)
| 29 | |
| 30 | |
| 31 | def 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 | |
| 38 | def test_cdn_includes_integrity_attribute(fig1): |