Skip to content

Commit b5c4ce2

Browse files
Merge pull request #3691 from BjoernLudwigPTB/fix_missing_teardowns_for_errorless_subsequent_test_suite_runs
Fix test_offline's tearDown
2 parents 49dfcb1 + 67e7d8f commit b5c4ce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/python/plotly/plotly/tests/test_core/test_offline/test_offline.py

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def setUp(self):
8181

8282
def tearDown(self):
8383
pio.templates.default = "plotly"
84+
super().tearDown()
8485

8586
def _read_html(self, file_url):
8687
"""Read and return the HTML contents from a file_url

0 commit comments

Comments
 (0)