MCPcopy Create free account
hub / github.com/beetbox/beets / test_empty_string

Method test_empty_string

test/test_template.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48
49class ParseTest(unittest.TestCase):
50 def test_empty_string(self):
51 assert list(_normparse("")) == []
52
53 def _assert_symbol(self, obj, ident):
54 """Assert that an object is a Symbol with the given identifier."""

Callers

nothing calls this directly

Calls 1

_normparseFunction · 0.85

Tested by

no test coverage detected