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