mopidy/tests/core
Thomas Adamcik efe9430c7a core: Update playback code to take change track into account.
This change has us checking the return value of change_track when deciding if
the play call was a success or if the track is unplayable. Which ensures that
the following can no longer happen: 1) play stream 2) play stream that fails
change_track 3) stream 1) continues playing. Correct behavior being the next
stream playing instead.
2015-03-22 22:12:51 +01:00
..
__init__.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
test_actor.py tests: Add noqa markers for setUp/tearDown 2014-12-30 00:23:01 +01:00
test_events.py backend: Move DummyBackend into tests package 2015-02-13 01:37:07 +01:00
test_history.py core: Make history.add() private 2015-03-20 22:41:56 +01:00
test_library.py core: Make lookup(uris=...) return dict with all uris 2015-03-21 00:11:15 +01:00
test_listener.py core: Test stream_title_changed listener 2015-03-14 00:30:46 +01:00
test_mixer.py core: get_mute() with no mixer returns None 2015-03-13 21:19:56 +01:00
test_playback.py core: Update playback code to take change track into account. 2015-03-22 22:12:51 +01:00
test_playlists.py tests: Add noqa markers for setUp/tearDown 2014-12-30 00:23:01 +01:00
test_tracklist.py core: Add uris kwarg to tracklist.core() 2015-03-21 00:16:24 +01:00