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

Method test_asciify_variable

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

Source from the content-addressed store, hash-verified

644 self._assert_dest(b"/base/I Can't", item)
645
646 def test_asciify_variable(self, item):
647 self._setf("%asciify{ab\xa2\xbdd}")
648 self._assert_dest(b"/base/abC_ 1_2d", item)
649
650 def test_left_variable(self, item):
651 self._setf("%left{$title, 3}")

Callers

nothing calls this directly

Calls 2

_setfMethod · 0.80
_assert_destMethod · 0.45

Tested by

no test coverage detected