mopidy/tests
Thomas Adamcik 0169ce7cad core: Make sure the about-to-finish callback gets run in the actor.
When about to finish gets called we are running in some GStreamer thread. Our
audio code then calls the shim core callback which is responsible for
transferring our execution to the core actor thread and waiting for the
response. From this point we do normal actor calls to the backend(s) which in
turn call into the audio actor. Since the initial audio code that was called is
outside the actor this should never deadlock due to this loop.
2015-10-06 22:45:06 +02:00
..
audio audio: Tell dummy_audio what urls to fail on 2015-09-04 15:28:32 +02:00
backend autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
config tests: Add tests for defaults in core schema config 2015-07-25 16:04:39 +02:00
core core: Make sure the about-to-finish callback gets run in the actor. 2015-10-06 22:45:06 +02:00
data local: Replace local/data_dir with core/data_dir 2015-08-23 00:37:38 +02:00
file tests: Avoid import errors during conftest setup 2015-07-27 13:41:29 +02:00
http tests: Cleanup reset_mock() usage 2015-05-06 21:06:30 +02:00
internal playlists: Fix crash on urilist comment with non-ASCII chars 2015-08-22 23:52:19 +02:00
local tests: Update local playback tests to synchronize core state 2015-09-16 23:41:16 +02:00
m3u Merge pull request #1193 from glogiotatidis/m3u8loading 2015-08-07 15:21:39 +02:00
models models: Add ValidatedImmutableObject and "revert" ImmutableObject 2015-05-04 23:41:11 +02:00
mpd tests: Make sure mpd tests wait for core when changing state. 2015-09-16 23:38:15 +02:00
stream stream: Extract first track from playlists 2015-07-26 11:24:39 +02:00
__init__.py tests: fix test breakage due to promotion from int to long 2015-08-05 22:38:21 +02:00
dummy_audio.py tests: Add a TODO to the dummy audio helper 2015-09-16 23:41:03 +02:00
dummy_backend.py tests: Make dummy backend use real playback provider if audio is passed in 2015-09-04 15:34:40 +02:00
dummy_mixer.py Allow 'none' as audio.mixer value 2015-03-10 00:26:22 +01:00
test_commands.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_exceptions.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_ext.py ext: Make get_{cache,config,data}_dir() class methods 2015-09-04 10:20:04 +02:00
test_help.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_httpclient.py httpclient: Fix import in tests 2015-05-09 00:52:29 +02:00
test_mixer.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_version.py Bump version to 1.1.0 2015-08-09 23:43:42 +02:00