mopidy/tests/core
Thomas Adamcik 3a57a5792b core: Make sure we always emit state_changed between tracks
Gapless broke this, so this change makes sure that next/prev/play and gapless
track changes all correctly emit events.

Note that this only ensures we get PLAYING -> PLAYING events. Not the old
STOPPED -> PLAYING and then PLAYING -> STOPPED.
2015-11-21 22:43:40 +01: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 compat: Replace (int, long) with compat.integer_types 2015-10-29 22:21:48 +01: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 we always emit state_changed between tracks 2015-11-21 22:43:40 +01: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