mopidy/tests
Thomas Adamcik e4ba4b3e5f mpd: Support blacklisting MPD commands in the server.
Default blacklist set to listall and listallinfo.

This change has been done to avoid clients being able to call "bad" MPD
commands which are often misused to try and keep a client db. Note that
this change will break some MPD clients, but the blacklist can be controlled
via config to allow opting out for now.
2015-02-18 00:13:24 +01:00
..
audio audio: Move DummyAudio into tests package 2015-02-13 10:40:21 +01:00
backend tests: Add noqa markers for setUp/tearDown 2014-12-30 00:23:01 +01:00
config config: Add support for 'all' loglevel 2015-02-12 18:12:33 +01:00
core backend: Move DummyBackend into tests package 2015-02-13 01:37:07 +01:00
data tests: Cleanup find tests to use tempfile all over. 2014-10-15 23:45:27 +02:00
http py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
local audio: Move DummyAudio into tests package 2015-02-13 10:40:21 +01:00
mpd mpd: Support blacklisting MPD commands in the server. 2015-02-18 00:13:24 +01:00
stream stream: Hook stream scanner up to proxy settings 2015-02-13 00:52:20 +01:00
utils backend: Move DummyBackend into tests package 2015-02-13 01:37:07 +01:00
__init__.py flake8: Fix new warnings after flake8 upgrade 2015-02-07 17:11:36 +01:00
__main__.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
dummy_audio.py audio: Move DummyAudio into tests package 2015-02-13 10:40:21 +01:00
dummy_backend.py backend: Move DummyBackend into tests package 2015-02-13 01:37:07 +01:00
dummy_mixer.py mixer: Move DummyMixer into tests package 2015-02-13 01:37:07 +01:00
test_commands.py tests: Add noqa markers for setUp/tearDown 2014-12-30 00:23:01 +01:00
test_exceptions.py utils: Switch to exceptions.FindError for errors. 2014-12-14 14:08:45 +01:00
test_ext.py tests: Add noqa markers for setUp/tearDown 2014-12-30 00:23:01 +01:00
test_help.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
test_mixer.py tests: Add noqa markers for setUp/tearDown 2014-12-30 00:23:01 +01:00
test_models.py tests: Re-add incorrectly removed test case 2015-02-12 23:08:27 +01:00
test_version.py tests: Fix versions test pep8 naming errors 2014-12-29 23:48:59 +01:00