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 b612860 commit 58805aaCopy full SHA for 58805aa
plotly/tests/test_core/test_offline/test_offline.py
@@ -78,3 +78,11 @@ def test_autoresizing(self):
78
})
79
for resize_code_string in resize_code_strings:
80
self.assertTrue(resize_code_string not in html)
81
+
82
+ #def test_plot_rendered_if_non_plotly_domain(self):
83
+ # plotly.tools.set_config_file(plotly_domain='https://stage.plot.ly',
84
+ # plotly_api_domain='https://api-stage.plot.ly')
85
86
87
88
0 commit comments