Set __all__ for tests.backends.base

This commit is contained in:
Thomas Adamcik 2010-04-26 20:33:31 +02:00
parent 25e0df01e9
commit b025d360e8

View File

@ -7,6 +7,10 @@ from mopidy.models import Playlist, Track
from tests import SkipTest
__all__ = ['BaseCurrentPlaylistControllerTest',
'BasePlaybackControllerTest',
'BaseStoredPlaylistsControllerTest']
def populate_playlist(func):
def wrapper(self):
for track in self.tracks: