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 cf89883 commit a2780baCopy full SHA for a2780ba
plotly/tests/test_core/test_session/test_session.py
@@ -1,13 +1,13 @@
1
from __future__ import absolute_import
2
3
-from unittest import TestCase
+from plotly.tests.utils import PlotlyTestCase
4
5
from plotly.session import (update_session_plot_options, SHARING_OPTIONS,
6
_session)
7
from plotly.exceptions import PlotlyError
8
9
10
-class TestSession(TestCase):
+class TestSession(PlotlyTestCase):
11
12
def test_update_session_plot_options_invalid_sharing_argument(self):
13
0 commit comments