mopidy/tests/mpd/protocol
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
..
__init__.py Add core config values to relevent test cases. 2015-07-19 23:05:39 -04:00
test_audio_output.py core: get_mute() with no mixer returns None 2015-03-13 21:19:56 +01:00
test_authentication.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_channels.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_command_list.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_connection.py tests: Fix typo in mock usage 2015-07-16 21:33:02 +02:00
test_current_playlist.py core, mpd: Start tlid/songid counting at 1 2015-09-24 22:35:59 +02:00
test_idle.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_mount.py mpd: Add mount/unmount/listmounts/listneighbors command skeletons 2015-07-21 14:50:51 +02:00
test_music_db.py mpd: Faster playlist listing 2015-08-06 01:06:43 +02:00
test_playback.py core, mpd: Start tlid/songid counting at 1 2015-09-24 22:35:59 +02:00
test_reflection.py mpd: PR #1235 tweaks, add changelog 2015-07-26 12:12:15 +02:00
test_regression.py tests: Fix test made flaky by lsinfo Last-Modified change 2015-08-07 15:35:07 +02:00
test_status.py core, mpd: Start tlid/songid counting at 1 2015-09-24 22:35:59 +02:00
test_stickers.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_stored_playlists.py mpd: Faster playlist listing 2015-08-06 01:06:43 +02:00