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.

貢獻者指南