Try to get MPV tests working on null audio device

This commit is contained in:
Sumner Evans
2020-07-06 16:59:07 -06:00
parent 216442e2ec
commit a1552dbe73
3 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ from time import sleep
from sublime.players.mpv import MPVPlayer
MPVPlayer._is_mock = True
def test_init():
empty_fn = lambda *a, **k: None