Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ff7464

Browse files
committed
Simple import test for widgets.
1 parent 9c63d78 commit 1ff7464

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from unittest import TestCase
2+
3+
from plotly.widgets import GraphWidget
4+
5+
6+
class TestWidgets(TestCase):
7+
8+
def test_instantiate_graph_widget(self):
9+
widget = GraphWidget

0 commit comments

Comments
 (0)