Skip to content

Commit a2780ba

Browse files
committed
refresh the session between these tests
1 parent cf89883 commit a2780ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/tests/test_core/test_session/test_session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from __future__ import absolute_import
22

3-
from unittest import TestCase
3+
from plotly.tests.utils import PlotlyTestCase
44

55
from plotly.session import (update_session_plot_options, SHARING_OPTIONS,
66
_session)
77
from plotly.exceptions import PlotlyError
88

99

10-
class TestSession(TestCase):
10+
class TestSession(PlotlyTestCase):
1111

1212
def test_update_session_plot_options_invalid_sharing_argument(self):
1313

0 commit comments

Comments
 (0)