mopidy/tests/config
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
..
__init__.py config: Make tests discoverable and fix broken ones 2013-04-14 23:52:39 +02:00
config_test.py config: Add postprocessor for converting config back. 2013-10-27 12:30:02 +01:00
schemas_test.py Fix flake8 warnings 2013-08-08 21:09:01 +02:00
types_test.py config: Deserialize Secret to unicode (fix #473) 2013-09-15 23:51:41 +02:00
validator_tests.py tests: Import unittest directly from the stdlib 2013-04-29 19:45:25 +02:00