mopidy/tests
Thomas Adamcik 18ed7c6279 local: Convert mopidy-local extension to local: uris.
- Use local:playlist:<name>, local:track:<path> and local:search uris
- Adds LocalPlaybackProvider which translates to file uris.
- Switches to storing actual uris in playlists - so local: urls and not
  file:// or plain paths.
- Moved file:// to streaming plugin
- Cleaned up tests and imports for these changes.
2013-07-30 00:40:12 +02:00
..
audio tests: Import unittest directly from the stdlib 2013-04-29 19:45:25 +02:00
backends local: Convert mopidy-local extension to local: uris. 2013-07-30 00:40:12 +02:00
config config: Raise ValueError if Path is asked to serialize unicode 2013-06-27 00:08:05 +02:00
core tests: Import unittest directly from the stdlib 2013-04-29 19:45:25 +02:00
data local: Convert mopidy-local extension to local: uris. 2013-07-30 00:40:12 +02:00
frontends mpd: Allow full MPD queries to 'count' 2013-07-09 11:48:11 +02:00
outputs Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
utils utils: Convert path_to_uri to single argument 2013-07-30 00:23:23 +02:00
__init__.py tests: Use utf-8 when encoding our test data paths to bytes 2013-06-27 00:25:25 +02:00
__main__.py Remove unused yappi profiler 2012-12-15 23:46:52 +01:00
commands_test.py commands: Update override parsing tests 2013-04-30 23:42:53 +02:00
exceptions_test.py tests: Import unittest directly from the stdlib 2013-04-29 19:45:25 +02:00
ext_test.py tests: Import unittest directly from the stdlib 2013-04-29 19:45:25 +02:00
help_test.py tests: Import unittest directly from the stdlib 2013-04-29 19:45:25 +02:00
models_test.py tests: Import unittest directly from the stdlib 2013-04-29 19:45:25 +02:00
scanner_test.py Removed unnecessary whitespaces. 2013-07-26 12:30:02 +02:00
version_test.py Merge branch 'master' into develop 2013-07-01 11:53:45 +02:00