mopidy/tests
Thomas Adamcik 101b2a9817 audio: Make stream-changed correctly handle tee setup
For the purposes of this event we consider the outputs sink the final element.
If we don't do this we would get one event per branch, and we don't want to
track when each of them actually switches any way. So just tracking when the
tee/outputs bin gets the event is good enough for us.

As part of this I've also added 'testoutput' as a special cased output value.
This is now needed as outputs are always synced to the clock, making testing
a lot less practical.
2014-08-11 22:33:49 +02:00
..
audio audio: Make stream-changed correctly handle tee setup 2014-08-11 22:33:49 +02:00
backend Fix all import order warnings 2014-05-07 20:08:43 +02:00
config config: Add optional support to Boolean type 2014-07-15 00:33:30 +02:00
core Use 'mute' instead of 'muted', to avoid changing old APIs 2014-07-12 03:14:19 +02:00
data local: Make search filters more robust (fixes #635) 2014-01-17 23:43:43 +01:00
http http: Make event emitting testable 2014-07-17 01:14:06 +02:00
local core: Use new mixer API 2014-07-08 01:11:25 +02:00
mpd mpd: Test that "list album foo" responds correctly 2014-08-05 18:34:08 +02:00
utils Fix all import order warnings 2014-05-07 20:08:43 +02:00
__init__.py tests: Use utf-8 when encoding our test data paths to bytes 2013-06-27 00:25:25 +02:00
__main__.py Remove unused yappi profiler 2012-12-15 23:46:52 +01:00
test_commands.py Fix all import order warnings 2014-05-07 20:08:43 +02:00
test_exceptions.py audio: Split out ouput handling from audio actor 2014-08-03 23:57:22 +02:00
test_ext.py Fail early if extension doesn't implement setup() 2014-08-03 23:13:14 +02:00
test_help.py version help test fixed 2014-07-26 12:31:53 +02:00
test_mixer.py Use 'mute' instead of 'muted', to avoid changing old APIs 2014-07-12 03:14:19 +02:00
test_models.py Fix all import order warnings 2014-05-07 20:08:43 +02:00
test_version.py Bump version to 0.19.3 2014-08-03 23:34:25 +02:00