mopidy/tests/mpd
Thomas Adamcik 6adeea6009 core: Correctly handle missing duration in seek.
Seeks will now fail when the duration is None, this is an approximation to if
the track is seekable or not. This check is need as otherwise seeking a radio
stream will trigger the next track.

If the track truly isn't seekable despite having a duration we should still
fail as GStreamer will reject the seek.
2015-03-15 11:29:07 +01:00
..
protocol core: get_mute() with no mixer returns None 2015-03-13 21:19:56 +01:00
__init__.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
test_commands.py flake8: fix PEP8 warnings about lambda 2015-02-12 22:10:36 +01:00
test_dispatcher.py mpd: Support blacklisting MPD commands in the server. 2015-02-18 00:13:24 +01:00
test_exceptions.py Allow 'none' as audio.mixer value 2015-03-10 00:26:22 +01:00
test_status.py mixer: Move DummyMixer into tests package 2015-02-13 01:37:07 +01:00
test_tokenizer.py tests: Add noqa markers to custom assert helpers 2014-12-29 23:58:36 +01:00
test_translator.py core: Correctly handle missing duration in seek. 2015-03-15 11:29:07 +01:00