test(playout): class creation
This commit is contained in:
parent
ce89678292
commit
dde1af70b2
6 changed files with 65 additions and 0 deletions
11
playout/tests/player/file_test.py
Normal file
11
playout/tests/player/file_test.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
from queue import Queue
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
from libretime_playout.player.file import PypoFile
|
||||
|
||||
|
||||
def test_file_thread():
|
||||
PypoFile(
|
||||
Queue(),
|
||||
MagicMock(),
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue