Add test_random_until_end_of_playlist_and_play_from_start stub

This commit is contained in:
Thomas Adamcik 2010-03-23 21:59:34 +01:00
parent 3a19794a15
commit 805a8315cd

View File

@ -746,6 +746,9 @@ class BasePlaybackControllerTest(object):
self.playback.next()
self.assertEqual(self.playback.next_track, None)
def test_random_until_end_of_playlist_and_play_from_start(self):
raise NotImplementedError
@populate_playlist
def test_random_until_end_of_playlist_with_repeat(self):
self.playback.repeat = True