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 7c19b62 commit 9f357faCopy full SHA for 9f357fa
packages/python/plotly/plotly/tests/test_core/test_graph_objs/test_graph_objs.py
@@ -52,7 +52,7 @@ def test_old_class_names(self):
52
# compat, so we basically just create a checkpoint with this test.
53
54
for class_name in OLD_CLASS_NAMES:
55
- self.assertIn(class_name, go.__dict__.keys())
+ self.assertIsNotNone(getattr(go, class_name, None))
56
57
def test_title_as_string_layout(self):
58
"""
0 commit comments