From e4932c05b107171a06b27600d7b1f310e6b35d5f Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 30 Jan 2014 22:21:59 +0100 Subject: [PATCH] audio: Add more TODOs --- tests/audio/test_actor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/audio/test_actor.py b/tests/audio/test_actor.py index e5272efc..bda38164 100644 --- a/tests/audio/test_actor.py +++ b/tests/audio/test_actor.py @@ -130,6 +130,8 @@ class AudioEventTest(BaseTest): # TODO: test wihtout uri set, with bad uri and gapless... # TODO: playing->playing triggered by seek should be removed + # TODO: codify expected state after EOS + # TODO: consider returning a future or a threading event? def test_state_change_stopped_to_playing_event(self, send_mock): self.audio.prepare_change()