Add test_clear_empty_playlist
This commit is contained in:
parent
2434408e60
commit
7c2accf2bc
@ -63,7 +63,7 @@ class BaseCurrentPlaylistControllerTest(object):
|
|||||||
self.assertEqual(len(self.controller.playlist.tracks), 0)
|
self.assertEqual(len(self.controller.playlist.tracks), 0)
|
||||||
|
|
||||||
def test_clear_empty_playlist(self):
|
def test_clear_empty_playlist(self):
|
||||||
raise NotImplementedError
|
self.controller.clear()
|
||||||
|
|
||||||
@populate_playlist
|
@populate_playlist
|
||||||
def test_clear_when_playing(self):
|
def test_clear_when_playing(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user