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

Method test_empty_query

test/plugins/test_spotify.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 assert self.spotify._parse_opts(opts)
55
56 def test_empty_query(self):
57 assert self.spotify._match_library_tracks(self.lib, "1=2") is None
58
59 @responses.activate
60 def test_missing_request(self):

Callers

nothing calls this directly

Calls 1

_match_library_tracksMethod · 0.80

Tested by

no test coverage detected