mopidy/tests
Stein Magnus Jodal b5d9dc10a7 utils: Handle paths with non-UTF-8 encodings
- path_to_uri() encodes unicode input as UTF-8 and leaves bytestring input
  unchanged before it is converted to file:// URIs.

- uri_to_path() will now always return bytestrings, since we don't know if
  there is any non-UTF-8 encoded chars in the file path, and converting it to
  unicode would make such paths no longer match the dir or file it was
  referring to.

- split_path() will now assume it gets a bytestring in.
2012-12-12 13:45:37 +01:00
..
audio audio: Add AudioListener.on_event() 2012-12-01 11:20:44 +01:00
backends tests: Use empty tag cache in all local backend tests 2012-12-12 13:43:41 +01:00
core core: Add CoreListener.on_event() 2012-11-30 22:39:37 +01:00
data Updated find files to ignore hidden files and folders. 2012-09-16 18:14:11 +02:00
frontends mpd: Use file:// URIs in tag_cache 2012-12-11 10:29:43 +01:00
outputs Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
utils utils: Handle paths with non-UTF-8 encodings 2012-12-12 13:45:37 +01:00
__init__.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
__main__.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
help_test.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
models_test.py models: Change serialized type marker from '__type__' to '__model__' 2012-11-20 00:21:26 +01:00
scanner_test.py scanner: Test invalid date 2012-12-02 15:48:02 +01:00
version_test.py Bump version number to 0.9.0 2012-11-21 01:42:51 +01:00