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

Method test_capitalize_variable

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

Source from the content-addressed store, hash-verified

632 self._assert_dest(b"/base/THE TITLE", item)
633
634 def test_capitalize_variable(self, item):
635 self._setf("%capitalize{$title}")
636 self._assert_dest(b"/base/The title", item)
637
638 def test_title_case_variable(self, item):
639 self._setf("%title{$title}")

Callers

nothing calls this directly

Calls 2

_setfMethod · 0.80
_assert_destMethod · 0.45

Tested by

no test coverage detected