Add more test stubs
This commit is contained in:
parent
5f5de20f2e
commit
80879f9f86
@ -116,5 +116,11 @@ class GStreamerBackendStoredPlaylistsControllerTest(BaseStoredPlaylistsControlle
|
||||
def test_playlist_folder_is_createad(self):
|
||||
raise SkipTest
|
||||
|
||||
def test_create_sets_playlist_uri(self):
|
||||
raise SkipTest
|
||||
|
||||
def test_save_sets_playlist_uri(self):
|
||||
raise SkipTest
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user