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

Method test_title_case_variable

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

Source from the content-addressed store, hash-verified

636 self._assert_dest(b"/base/The title", item)
637
638 def test_title_case_variable(self, item):
639 self._setf("%title{$title}")
640 self._assert_dest(b"/base/The Title", item)
641
642 def test_title_case_variable_aphostrophe(self, item):
643 self._setf("%title{I can't}")

Callers

nothing calls this directly

Calls 2

_setfMethod · 0.80
_assert_destMethod · 0.45

Tested by

no test coverage detected