Set __all__ for tests.backends.base
This commit is contained in:
parent
25e0df01e9
commit
b025d360e8
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user