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

Method test_if_false_value

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

Source from the content-addressed store, hash-verified

660 self._assert_dest(b"/base/x", item)
661
662 def test_if_false_value(self, item):
663 self._setf("x%if{false,foo}")
664 self._assert_dest(b"/base/x", item)
665
666 def test_if_true(self, item):
667 self._setf("%if{bar,foo}")

Callers

nothing calls this directly

Calls 2

_setfMethod · 0.80
_assert_destMethod · 0.45

Tested by

no test coverage detected