MCPcopy Index your code
hub / github.com/beetbox/beets / test_query_empty

Method test_query_empty

test/ui/commands/test_utils.py:34–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 assert len(albums) == num_albums
33
34 def test_query_empty(self):
35 with pytest.raises(UserError):
36 do_query(self.lib, (), False)
37
38 def test_query_empty_album(self):
39 with pytest.raises(UserError):

Callers

nothing calls this directly

Calls 1

do_queryFunction · 0.90

Tested by

no test coverage detected