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 f16cb78 commit 24f226eCopy full SHA for 24f226e
plotly/tests/test_core/test_graph_objs/test_frames.py
@@ -4,6 +4,8 @@
4
5
from plotly.graph_objs import Bar, Frames, Frame, Layout
6
7
+from nose.plugins.attrib import attr
8
+
9
import re
10
11
@@ -44,6 +46,7 @@ def test_non_string_frame(self):
44
46
# with self.assertRaises(exceptions.PlotlyListEntryError):
45
47
# frames.append(0)
48
49
+ @attr('nodev')
50
def test_deeply_nested_layout_attributes(self):
51
frames = Frame
52
frames.layout = [Layout()]
@@ -58,6 +61,7 @@ def test_deeply_nested_layout_attributes(self):
58
61
{'color', 'family', 'size'}
59
62
)
60
63
64
65
def test_deeply_nested_data_attributes(self):
66
67
frames.data = [Bar()]
0 commit comments