mopidy/tests
Thomas Adamcik 6fcd43891e core: Switch to reference based stream info.
- Adds tests for new behaviors in core.
- Adds stream name to MPD format (fixes #944)
- Adds 'stream_changed' core event (needs a new name/event)
- Adds 'get_stream_reference' (which I'm also unsure about)

The bits I'm unsure about are mostly with respect to #270, but I'm going ahead
with this commit so we can discuss the details in PR with this code as an
example.
2015-03-10 21:55:51 +01:00
..
audio audio: Move DummyAudio into tests package 2015-02-13 10:40:21 +01:00
backend Improve default get_images() implementation with album/artist URIs. 2015-02-27 22:22:28 +01:00
config config: Convert the loglevel schema to a generic map schema 2015-02-25 21:36:59 +01:00
core core: Switch to reference based stream info. 2015-03-10 21:55:51 +01:00
data tests: Cleanup find tests to use tempfile all over. 2014-10-15 23:45:27 +02:00
http docs: Add changelog entry for broadcast race 2015-03-02 00:05:58 +01:00
local Merge pull request #1028 from tkem/fix/1026 2015-03-08 23:53:04 +01:00
mpd core: Rename list_distinct to get_distinct 2015-03-02 22:41:09 +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
dummy_audio.py tests: Add method for emitting fake tags changed in tests 2015-03-09 21:55:23 +01:00
dummy_backend.py core: Rename list_distinct to get_distinct 2015-03-02 22:41:09 +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