mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
test_bareasc: Add teardown which removes tmp files
This commit is contained in:
parent
240c5fca51
commit
b80b898ba8
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ class BareascPluginTest(unittest.TestCase, TestHelper):
|
||||||
self.add_item(title="without umlaut or e", artist="Bruggen")
|
self.add_item(title="without umlaut or e", artist="Bruggen")
|
||||||
self.add_item(title="without umlaut with e", artist="Brueggen")
|
self.add_item(title="without umlaut with e", artist="Brueggen")
|
||||||
|
|
||||||
|
def tearDown(self):
|
||||||
|
self.teardown_beets()
|
||||||
|
|
||||||
def test_bareasc_search(self):
|
def test_bareasc_search(self):
|
||||||
test_cases = [
|
test_cases = [
|
||||||
(
|
(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue