mycroft-core/test/unittests/configuration
Åke 5f4c68e583
Don't overwrite invalid json in config (#2881)
* Separate tests of LocalConf into new test class

* Do not overwrite configs with malformed json

If a config file is loaded and is invalid saves to that file will not be
possible until it's manually restored. The store accepts a force flag to
override this protection.

The method returns True if the store succeeded so call sites can
verbally report the issue as well.
2022-03-07 10:03:10 +09:30
..
__init__.py Fix PEP-8 2017-10-26 19:02:32 -04:00
mycroft.conf Separate tests into unittests and integrationtests 2017-08-17 02:05:02 -05:00
test_configuration.py Don't overwrite invalid json in config (#2881) 2022-03-07 10:03:10 +09:30