mopidy/tests/mpd
Stein Magnus Jodal 64544a0b71 Use cp_track in CurrentPlaylistCtl and PlaybackCtl
A new data structure called ``cp_track`` is now used in the current
playlist controller and the playback controller. A ``cp_track`` is a
two-tuple of (CPID integer, mopidy.models.Track), identifying an
instance of a track uniquely within the current playlist.

This fixes issues with using playlists with multiple instances of the
same track.
2010-07-31 19:51:03 +02:00
..
__init__.py Replace CoverageTestRunner with nosetests 2010-03-23 23:54:49 +01:00
exception_test.py Rename MpdAckError.position to MAE.index 2010-06-24 19:57:06 +02:00
frontend_test.py Use cp_track in CurrentPlaylistCtl and PlaybackCtl 2010-07-31 19:51:03 +02:00
serializer_test.py Use CPID in MPD formats. 2010-07-01 03:15:43 +02:00
server_test.py Format IP address to bind to according to available protocol family 2010-06-30 21:50:49 +02:00