Skip to content

Commit 4800dcb

Browse files
committed
add test case debc030
1 parent b802c5d commit 4800dcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: tests/unit/development/test_base_component.py

+5
Original file line numberDiff line numberDiff line change
@@ -534,3 +534,8 @@ def update(v):
534534
@app.callback(Output(output1, "children"), Input(input1, "value"))
535535
def update2(v):
536536
return f"Input 1 {v}"
537+
538+
539+
def test_debc030_invalid_children_args():
540+
with pytest.raises(TypeError):
541+
dcc.Input(children='invalid children')

0 commit comments

Comments
 (0)