We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a8291 commit 36ee5e9Copy full SHA for 36ee5e9
tests/test_import.py
@@ -0,0 +1,5 @@
1
+from plotly.graph_objects import Scatter
2
+
3
4
+def test_trivial():
5
+ assert Scatter().to_plotly_json() == {"type": "scatter"}
0 commit comments