Skip to content
Snippets Groups Projects
Commit 3825f198 authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Fix cleanup of test_save_plot.py.

parent 6f562b0a
No related branches found
No related tags found
6 merge requests!41Include latest changes in main branch,!37Merge dev upstream changes into improve/metadata,!34Include architecture diagram in docs,!32SAST implementation,!27Update documentation and version number,!26Merge !23, !24, !25 into main
Pipeline #786945 passed
......@@ -84,6 +84,7 @@ class TestSavePlot(unittest.TestCase):
"""
with self.assertRaises(TypeError):
save_plot([FIGURE, 'figure', FIGURE], 'PLOT_NAME', extension='jpg')
os.remove('PLOT_NAME1.jpg')
def tearDown(self):
os.remove(IMG1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment