We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bd3fb commit 154aab5Copy full SHA for 154aab5
test/test_metadata.py
@@ -102,9 +102,6 @@ def setUp(self):
102
def get_metadata_object():
103
pass
104
105
- def tearDown(self):
106
- pass
107
-
108
def test_metadata_setitem(self):
109
self.assertEqual(["single1-value"], self.metadata.getraw("single1"))
110
self.assertEqual(["single2-value"], self.metadata.getraw("single2"))
test/test_plugins.py
@@ -105,9 +105,6 @@ def setUp(self):
super().setUp()
logging.disable(logging.ERROR)
111
112
class TestPicardPluginsCommonTmpDir(TestPicardPluginsCommon):
113
0 commit comments