MCPcopy Index your code
hub / github.com/plotly/dash / test_callback_output_dict

Function test_callback_output_dict

tests/unit/library/test_grouped_callbacks.py:82–86  ·  view source on GitHub ↗
(dict_grouping_size)

Source from the content-addressed store, hash-verified

80
81
82def test_callback_output_dict(dict_grouping_size):
83 if dict_grouping_size[1] == 0:
84 pytest.skip("Empty output grouping is not valid")
85
86 check_output_for_grouping(dict_grouping_size[0])
87
88
89def test_callback_output_size(mixed_grouping_size):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…