plotly/dash

Extract graph schema validation into properly named test

开放

#3,735 创建于 2026年4月10日

 (3 条评论) (0 个反应) (0 位负责人)Python (1,973 个派生)batch import
P3good first issuesize: 1task

仓库指标

星标
 (20,317 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南