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 9126d58 commit 87217abCopy full SHA for 87217ab
plotly/tests/test_optional/test_offline/test_offline.py
@@ -27,10 +27,9 @@
27
28
class PlotlyOfflineTestCase(TestCase):
29
def setUp(self):
30
- plotly.offline.offline.__PLOTLY_OFFLINE_INITIALIZED = False
+ pass
31
32
- @raises(plotly.exceptions.PlotlyError)
33
- def test_iplot_doesnt_work_before_you_call_init_notebook_mode(self):
+ def test_iplot_works_wihout_calling_init_notebook_mode(self):
34
plotly.offline.iplot([{}])
35
36
def test_iplot_works_after_you_call_init_notebook_mode(self):
0 commit comments