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

Method test_right_variable

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

Source from the content-addressed store, hash-verified

652 self._assert_dest(b"/base/the", item)
653
654 def test_right_variable(self, item):
655 self._setf("%right{$title,3}")
656 self._assert_dest(b"/base/tle", item)
657
658 def test_if_false(self, item):
659 self._setf("x%if{,foo}")

Callers

nothing calls this directly

Calls 2

_setfMethod · 0.80
_assert_destMethod · 0.45

Tested by

no test coverage detected