mopidy/tests/core
Stein Magnus Jodal 6238f55ae2 core: Add CoreListener.on_event()
The `on_event()` method is called on all events. By default, it forwards the
event to the specific event handler methods. It's also a convenient method to
override if you want to handle all events in one place.
2012-11-30 22:39:37 +01:00
..
__init__.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
actor_test.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
events_test.py Make tracklist.add() only take and return lists 2012-11-20 22:12:09 +01:00
library_test.py Make library.lookup() return a list of tracks 2012-11-19 21:09:10 +01:00
listener_test.py core: Add CoreListener.on_event() 2012-11-30 22:39:37 +01:00
playback_test.py Use tracklist.add() instead of tracklist.append() 2012-11-20 21:55:51 +01:00
playlists.py Rename 'stored playlists' to 'playlists' 2012-11-14 09:23:19 +01:00