mopidy/tests/core
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
..
__init__.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
test_actor.py core: Update test 2015-08-11 10:06:58 +02:00
test_events.py Implemented playlist_deleted event 2015-07-26 11:57:17 +02:00
test_history.py tests: fix test breakage due to promotion from int to long 2015-08-05 22:38:21 +02:00
test_library.py core: library.refresh() should check if backend has library 2015-08-23 00:35:54 +02:00
test_listener.py Implemented playlist_deleted event 2015-07-26 11:57:17 +02:00
test_mixer.py core: Correct volume/mute return values 2015-05-07 00:13:58 +02:00
test_playback.py core: Make sure the about-to-finish callback gets run in the actor. 2015-10-06 22:45:06 +02:00
test_playlists.py Rename mopidy.utils to mopidy.internal 2015-05-07 23:15:56 +02:00
test_tracklist.py Add core config values to relevent test cases. 2015-07-19 23:05:39 -04:00