MCPcopy
hub / github.com/beetbox/beets / item

Method item

test/test_library.py:621–624  ·  view source on GitHub ↗
(self, setup)

Source from the content-addressed store, hash-verified

619class TestDestinationFunction(TestHelper, PathFormattingMixin):
620 @pytest.fixture(autouse=True)
621 def item(self, setup):
622 self.lib.directory = b"/base"
623 self.lib.path_formats = [("default", "path")]
624 return item(self.lib)
625
626 def test_upper_case_literal(self, item):
627 self._setf("%upper{foo}")

Callers

nothing calls this directly

Calls 1

itemFunction · 0.90

Tested by

no test coverage detected