From 58f3bf0d0ef5d770b6c7d236837c4f72318920db Mon Sep 17 00:00:00 2001 From: mavaylon1 Date: Mon, 6 May 2024 15:24:58 -0700 Subject: [PATCH] review clean up --- tests/unit/test_io_hdf5_h5tools.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/unit/test_io_hdf5_h5tools.py b/tests/unit/test_io_hdf5_h5tools.py index e983bf511..2efea40d6 100644 --- a/tests/unit/test_io_hdf5_h5tools.py +++ b/tests/unit/test_io_hdf5_h5tools.py @@ -771,10 +771,6 @@ def setUp(self): self.manager = get_foo_buildmanager() self.path = get_temp_filepath() - def tearDown(self): - if os.path.exists(self.path): - os.remove(self.path) - def test_expand_false(self): # Setup all the data we need foo1 = Foo('foo1', [1, 2, 3, 4, 5], "I am foo1", 17, 3.14)