This commit is contained in:
bkfox
2023-05-25 10:03:11 +02:00
parent 73c7c471ea
commit 257fb6a539
12 changed files with 570 additions and 146 deletions

View File

@ -0,0 +1,50 @@
# import pytest
# from aircox_streamer import controllers
class TestStreamer:
def test_socket_path(self):
pass
def test_is_ready(self):
pass
def test_is_running(self):
pass
def test_playlists(self):
pass
def test_queues(self):
pass
def test_send(self):
pass
def test_init_sources(self):
pass
def test_make_config(self):
pass
def test_sync(self):
pass
def test_fetch(self):
pass
def test_get_process_args(self):
pass
def test_check_zombie_process(self):
pass
def test_run_process(self):
pass
def test_kill_process(self):
pass
def test_wait_process(self):
pass