mopidy/tests/core
Stein Magnus Jodal b29f9e10c4 core: get_mute() with no mixer returns None
...and not False, because the mute state is unknown (None) and not
unmuted (False) when there is no mixer.

Note that this change does not affect the MPD responses.
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_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 tests: Add noqa markers for setUp/tearDown 2014-12-30 00:23:01 +01:00
test_library.py core: Always return an answer for all URIs in get_images 2015-02-13 00:10:14 +01:00
test_listener.py Allow 'none' as audio.mixer value 2015-03-10 00:26:22 +01:00
test_mixer.py core: get_mute() with no mixer returns None 2015-03-13 21:19:56 +01:00
test_playback.py Add tests for PlaybackController get_current_(tl_)track 2015-03-08 04:10:02 +01:00
test_playlists.py tests: Add noqa markers for setUp/tearDown 2014-12-30 00:23:01 +01:00
test_tracklist.py tests: Add noqa markers for setUp/tearDown 2014-12-30 00:23:01 +01:00