Skip to content

Commit cd5fc87

Browse files
committed
update test to add new font attributes
1 parent 94c172e commit cd5fc87

File tree

1 file changed

+3
-1
lines changed
  • packages/python/plotly/plotly/tests/test_core/test_graph_objs

1 file changed

+3
-1
lines changed

Diff for: packages/python/plotly/plotly/tests/test_core/test_graph_objs/test_frames.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ def test_deeply_nested_layout_attributes(self):
5151
matches = return_prop_descriptions(prop_descrip_text)
5252

5353
# It's OK if this needs to change, but we should check *something*.
54-
self.assertEqual(set(matches), {"color", "family", "size"})
54+
self.assertEqual(
55+
set(matches), {"color", "family", "size", "weight", "variant", "style"}
56+
)
5557

5658
def test_deeply_nested_data_attributes(self):
5759
frames = Frame

0 commit comments

Comments
 (0)