mopidy/tests
Thomas Adamcik a5a55952fb scanner: Switch to gst.pbutils.Discoverer and refactor API
- New API wraps gst.pbutils.Discoverer for mopidy use.
  - Custom scanner code removed.
- Callback based async API switched with simpler synchronous API
  - Scanner is feed one and one URI and returns the result or raises an error.
- Adds new ScannerError exception for error handling in scanner
- Limits local/scan_timeout to 1000-3600000 i.e. 1s to 1h
- Files with zero duration are now excluded.
- Mtime handling moved out of scanner so we can use it for streams etc.
2013-10-20 13:22:00 +02:00
..
audio audio: Add test TODO 2013-10-09 23:29:43 +02:00
backends Merge pull request #532 from jodal/feature/search-by-albumartist 2013-10-19 13:46:58 -07:00
config config: Deserialize Secret to unicode (fix #473) 2013-09-15 23:51:41 +02:00
core mpd: Trigger 'output' idle event on mute_changed() 2013-10-09 23:52:59 +02:00
data local: Add albumartist support to search/find_exact 2013-10-12 00:16:20 +02:00
frontends Merge pull request #532 from jodal/feature/search-by-albumartist 2013-10-19 13:46:58 -07:00
outputs Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
utils jsonrpc: Test application error responses again 2013-10-19 20:53:02 +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 Remove support for running Python on the mopidy/ dir 2013-09-16 22:13:36 +02:00
models_test.py Fix too broad truthness test (fix #501) 2013-09-16 21:58:23 +02:00
scanner_test.py scanner: Switch to gst.pbutils.Discoverer and refactor API 2013-10-20 13:22:00 +02:00
version_test.py Bump version number for compat with extracted extensions 2013-10-08 08:51:33 +02:00