plotly/dash

Extract graph schema validation into properly named test

Aberta

#3.735 aberto em 10 de abr. de 2026

 (3 comentários) (0 reação) (0 responsável)Python (1.973 forks)batch import
P3good first issuesize: 1task

Métricas do repositório

Stars
 (20.317 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 14h) (20 fundiu PRs em 30d)

Description

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.

Guia do colaborador