Add test to check that uris are set
This commit is contained in:
parent
353df42334
commit
5203ecdaf8
@ -7,6 +7,9 @@ class BaseCurrentPlaylistControllerTest(object):
|
||||
def setUp(self):
|
||||
self.backend = self.backend_class()
|
||||
|
||||
def test_uri_set(self):
|
||||
self.assert_(self.uris)
|
||||
|
||||
def test_add(self):
|
||||
playlist = self.backend.current_playlist
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user