Skip to content

Commit

Permalink
tests: remove useless tearDown() definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
zas authored and phw committed Nov 6, 2024
1 parent 97bd3fb commit 154aab5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions test/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ def setUp(self):
def get_metadata_object():
pass

def tearDown(self):
pass

def test_metadata_setitem(self):
self.assertEqual(["single1-value"], self.metadata.getraw("single1"))
self.assertEqual(["single2-value"], self.metadata.getraw("single2"))
Expand Down
3 changes: 0 additions & 3 deletions test/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ def setUp(self):
super().setUp()
logging.disable(logging.ERROR)

def tearDown(self):
pass


class TestPicardPluginsCommonTmpDir(TestPicardPluginsCommon):

Expand Down

0 comments on commit 154aab5

Please sign in to comment.