plotly/dash

Extract graph schema validation into properly named test

Aperta

#3735 aperta il 10 apr 2026

 (3 commenti) (0 reazioni) (0 assegnatari)Python (1973 fork)batch import
P3good first issuesize: 1task

Metriche repository

Star
 (20.317 stelle)
Metriche merge PR
 (Merge medio 6g 14h) (20 PR mergiate in 30 g)

Descrizione

In test: test_tagr002_tabs_render_without_selected we do

    # do some extra tests while we're here
    # and have access to Graph and plotly.js
    check_graph_config_shape(dash_dcc)

This check that we have all the props defined, but the test is random and parametrized so the same check is run twice. It should be in it's own test.

Guida contributor