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

Method test_left_variable

test/test_library.py:650–652  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

648 self._assert_dest(b"/base/abC_ 1_2d", item)
649
650 def test_left_variable(self, item):
651 self._setf("%left{$title, 3}")
652 self._assert_dest(b"/base/the", item)
653
654 def test_right_variable(self, item):
655 self._setf("%right{$title,3}")

Callers

nothing calls this directly

Calls 2

_setfMethod · 0.80
_assert_destMethod · 0.45

Tested by

no test coverage detected