mopidy/tests
Thomas Adamcik 73f91710e1 config: Add postprocessor for converting config back.
Idea forward from here is that once we have a config sub command that we expose
a setting config values which will:

1. Run the preprocessor on the file to edit.
2. Load it into config parser.
3. Modify the value.
4. Write it to a io.ByteString
5. Run the postprocessor
6. Save the file with comments etc intact.
2013-10-27 12:30:02 +01:00
..
audio audio: Add test TODO 2013-10-09 23:29:43 +02:00
backends local: Fix crash on non-ASCII chars in URIs 2013-10-24 23:22:01 +02:00
config config: Add postprocessor for converting config back. 2013-10-27 12:30:02 +01:00
core mpd: Trigger 'output' idle event on mute_changed() 2013-10-09 23:52:59 +02:00
data local/core: Update random tests to be more predictable 2013-10-20 18:39:07 +02:00
frontends mpd: Fix flipped mute logic 2013-10-24 22:20:07 +02: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 tests: Sort imports 2013-10-20 16:04:09 +02:00
version_test.py Bump version number for compat with extracted extensions 2013-10-08 08:51:33 +02:00