Require at least three files to test

This commit is contained in:
Thomas Adamcik 2010-02-07 05:46:01 +01:00
parent 56b5516b80
commit 13bbf608b3

View File

@ -8,7 +8,7 @@ class BaseCurrentPlaylistControllerTest(object):
self.backend = self.backend_class()
def test_uri_set(self):
self.assert_(self.uris)
self.assert_(len(self.uris) >= 3)
def test_add(self):
controller = self.backend.current_playlist