Skip to content

Commit 14e0264

Browse files
committed
cover repr
1 parent bdbde83 commit 14e0264

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tests/test_widgets/test_utils.py

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
HERE = Path(__file__).parent
77

88

9+
def test_multiview_repr():
10+
assert str(idom.widgets.utils.MultiViewMount({})) == "MultiViewMount({})"
11+
12+
913
def test_shared_hostwap(driver, display):
1014
"""Ensure shared hotswapping works
1115

0 commit comments

Comments
 (0)