Replace FIXME with test stub
This commit is contained in:
parent
2f4cea2339
commit
f9bc9a44b1
@ -110,7 +110,6 @@ class GStreamerPlaybackController(BasePlaybackController):
|
||||
class GStreamerStoredPlaylistsController(BaseStoredPlaylistsController):
|
||||
def __init__(self, *args):
|
||||
super(GStreamerStoredPlaylistsController, self).__init__(*args)
|
||||
# FIXME need test that ensures that folder is created
|
||||
self._folder = os.path.expanduser(settings.PLAYLIST_FOLDER)
|
||||
|
||||
def create(self, name):
|
||||
|
||||
@ -96,6 +96,8 @@ class GStreamerBackendStoredPlaylistsControllerTest(BaseStoredPlaylistsControlle
|
||||
def test_santitising_of_playlist_filenames(self):
|
||||
raise SkipTest
|
||||
|
||||
def test_playlist_folder_is_createad(self):
|
||||
raise SkipTest
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user