Files
sublime-music/tests/player_tests/mpv_tests.py
2020-07-03 15:07:14 -06:00

7 lines
164 B
Python

from sublime.players.mpv import MPVPlayer
def test_init():
empty_fn = lambda *a, **k: None
MPVPlayer(empty_fn, empty_fn, empty_fn, {"Replay Gain": "no"})