forked from rc/aircox
stash
This commit is contained in:
35
aircox_streamer/tests/test_controllers_base.py
Normal file
35
aircox_streamer/tests/test_controllers_base.py
Normal file
@@ -0,0 +1,35 @@
|
||||
# import pytest
|
||||
|
||||
# from aircox_streamer import controllers
|
||||
|
||||
|
||||
class TestBaseMetaData:
|
||||
def test_is_playing(self):
|
||||
pass
|
||||
|
||||
def test_status_verbose(self):
|
||||
pass
|
||||
|
||||
def test_fetch(self):
|
||||
pass
|
||||
|
||||
def test_fetch_no_data(self):
|
||||
pass
|
||||
|
||||
def test_validate_status_playing(self):
|
||||
pass
|
||||
|
||||
def test_validate_status_paused(self):
|
||||
pass
|
||||
|
||||
def test_validate_status_stopped(self):
|
||||
pass
|
||||
|
||||
def test_validate_air_time(self):
|
||||
pass
|
||||
|
||||
def test_validate_air_time_none(self):
|
||||
pass
|
||||
|
||||
def test_validate(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user