forked from rc/aircox
mockup test files
This commit is contained in:
22
aircox/tests/controllers/test_playlist_import.py
Normal file
22
aircox/tests/controllers/test_playlist_import.py
Normal file
@ -0,0 +1,22 @@
|
||||
import pytest
|
||||
|
||||
from aircox.controller.playlist_import import PlaylistImport
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def playlist_import():
|
||||
return PlaylistImport()
|
||||
|
||||
|
||||
class TestPlaylistImport:
|
||||
def test_reset(self):
|
||||
pass
|
||||
|
||||
def test_run(self):
|
||||
pass
|
||||
|
||||
def test_read(self):
|
||||
pass
|
||||
|
||||
def make_playlist(self):
|
||||
pass
|
Reference in New Issue
Block a user