Skip to content

Commit 58805aa

Browse files
committed
nothing
1 parent b612860 commit 58805aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plotly/tests/test_core/test_offline/test_offline.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,11 @@ def test_autoresizing(self):
7878
})
7979
for resize_code_string in resize_code_strings:
8080
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

Comments
 (0)