Skip to content

Commit db9df4d

Browse files
committed
🔧 Cleanup test_file.py.
1 parent b9c5e7f commit db9df4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: plotly/tests/test_core/test_file/test_file.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"""
88
import random
99
import string
10-
import requests
11-
from unittest import TestCase
1210

1311
from nose.plugins.attrib import attr
1412

1513
import plotly.plotly as py
1614
from plotly.exceptions import PlotlyRequestError
15+
from plotly.tests.utils import PlotlyTestCase
1716

1817

1918
@attr('slow')
20-
class FolderAPITestCase(TestCase):
19+
class FolderAPITestCase(PlotlyTestCase):
2120

2221
def setUp(self):
22+
super(FolderAPITestCase, self).setUp()
2323
py.sign_in('PythonTest', '9v9f20pext')
2424

2525
def _random_filename(self):

0 commit comments

Comments
 (0)