(self)
| 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): |
nothing calls this directly
no test coverage detected