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

Method test_upper_case_variable

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

Source from the content-addressed store, hash-verified

628 self._assert_dest(b"/base/FOO", item)
629
630 def test_upper_case_variable(self, item):
631 self._setf("%upper{$title}")
632 self._assert_dest(b"/base/THE TITLE", item)
633
634 def test_capitalize_variable(self, item):
635 self._setf("%capitalize{$title}")

Callers

nothing calls this directly

Calls 2

_setfMethod · 0.80
_assert_destMethod · 0.45

Tested by

no test coverage detected