audio: Add test TODO
This commit is contained in:
parent
c3e8899396
commit
158b2344ff
@ -95,6 +95,10 @@ class AudioTest(unittest.TestCase):
|
||||
self.audio = audio.Audio.start(config=config).proxy()
|
||||
self.assertEqual(0, self.audio.get_volume().get())
|
||||
|
||||
@unittest.SkipTest
|
||||
def test_set_mute(self):
|
||||
pass # TODO Probably needs a fakemixer with a mixer track
|
||||
|
||||
@unittest.SkipTest
|
||||
def test_set_state_encapsulation(self):
|
||||
pass # TODO
|
||||
|
||||
Loading…
Reference in New Issue
Block a user