MCPcopy Create free account
hub / github.com/plotly/plotly.py / test_mixed_number_input

Function test_mixed_number_input

tests/test_optional/test_px/test_px_wide.py:846–849  ·  view source on GitHub ↗
(constructor)

Source from the content-addressed store, hash-verified

844
845
846def test_mixed_number_input(constructor):
847 df = constructor(dict(a=[1, 2], b=[1.1, 2.1]))
848 fig = px.line(df)
849 assert len(fig.data) == 2
850
851
852def test_line_group(constructor):

Callers

nothing calls this directly

Calls 2

constructorFunction · 0.85
lineMethod · 0.45

Tested by

no test coverage detected