mopidy/tests/mpd
Stein Magnus Jodal 22264071e4 core, mpd: Start tlid/songid counting at 1
The original MPD server starts at 1. upmpdcli has issues with Mopidy
starting at 0 instead, as 0 is special in its context.

As noone should care exactly what core's TLIDs are, I opted to start
counting both core TLID and MPD songid from 1, instead of just
increasing TLID with 1 in the MPD frontend to get a valid songid. This
also keeps it easier to debug across the MPD/core boundary.
2015-09-24 22:35:59 +02:00
..
protocol core, mpd: Start tlid/songid counting at 1 2015-09-24 22:35:59 +02:00
__init__.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
test_commands.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_dispatcher.py Rename mopidy.utils to mopidy.internal 2015-05-07 23:15:56 +02:00
test_exceptions.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_status.py core, mpd: Start tlid/songid counting at 1 2015-09-24 22:35:59 +02:00
test_tokenizer.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_translator.py list order in python is not deterministic, hence had to change the test 2015-07-26 13:57:46 +01:00