From 158b2344ff3f2c856bd528c828014e20ac272406 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 9 Oct 2013 23:29:43 +0200 Subject: [PATCH] audio: Add test TODO --- tests/audio/actor_test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/audio/actor_test.py b/tests/audio/actor_test.py index e44c5e12..eac299cf 100644 --- a/tests/audio/actor_test.py +++ b/tests/audio/actor_test.py @@ -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