mirror of
https://github.com/beetbox/beets.git
synced 2026-07-22 02:06:50 -04:00
DestinationFunctionTest -> TestDestinationFunction
This commit is contained in:
@@ -624,9 +624,9 @@ class PathFormattingMixin:
|
||||
assert actual == dest
|
||||
|
||||
|
||||
class DestinationFunctionTest(BeetsTestCase, PathFormattingMixin):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
class TestDestinationFunction(PytestTestHelper, PathFormattingMixin):
|
||||
@pytest.fixture(autouse=True)
|
||||
def setup_lib(self, setup):
|
||||
self.lib.directory = b"/base"
|
||||
self.lib.path_formats = [("default", "path")]
|
||||
self.i = item(self.lib)
|
||||
|
||||
Reference in New Issue
Block a user