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

Method test_if_false

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

Source from the content-addressed store, hash-verified

656 self._assert_dest(b"/base/tle", item)
657
658 def test_if_false(self, item):
659 self._setf("x%if{,foo}")
660 self._assert_dest(b"/base/x", item)
661
662 def test_if_false_value(self, item):
663 self._setf("x%if{false,foo}")

Callers

nothing calls this directly

Calls 2

_setfMethod · 0.80
_assert_destMethod · 0.45

Tested by

no test coverage detected