Add TODO on testing playlist repeat

This commit is contained in:
Stein Magnus Jodal 2010-08-23 15:16:38 +02:00
parent 02e536b184
commit 00cec3375f

View File

@ -10,6 +10,8 @@ from mopidy.utils import get_class
from tests import SkipTest
from tests.backends.base import populate_playlist
# TODO Test 'playlist repeat', e.g. repeat=1,single=0
class BasePlaybackControllerTest(object):
tracks = []