Add some test stubs for mpd cache handling
This commit is contained in:
parent
febdbce0e1
commit
15751613a1
@ -106,3 +106,10 @@ class MPDTagCacheToTracksTest(unittest.TestCase):
|
||||
self.assertEqual(set(expected_tracks), tracks)
|
||||
self.assertEqual(set(expected_artists), artists)
|
||||
self.assertEqual(set(expected_albums), albums)
|
||||
|
||||
def test_unicode_cache(self):
|
||||
raise SkipTest
|
||||
|
||||
def test_misencoded_cache(self):
|
||||
# FIXME not sure if this can happen
|
||||
raise SkipTest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user