mycroft-core/test/util
penrods 35a213d4db The configuration values were poorly documented. See issue #653
This addresses this in several ways:
* Created mechanism to load 'commented' JSON (using '//' or '#' comments on a single line)
* Embedded comments into the mycroft.conf, indicating use, legal values, and where they get overridden
* Create ConfigurationManager.instance() static method to replace ConfigurationManager.get().  This produces more readable code like:
  ConfigurationManager.instance().get("value") instead of ConfigurationManager.get().get("value")
* Made _ConfigurationListener 'private'
* docstring'ed things
2017-04-13 01:09:50 -07:00
..
commented.json The configuration values were poorly documented. See issue #653 2017-04-13 01:09:50 -07:00
plain.json The configuration values were poorly documented. See issue #653 2017-04-13 01:09:50 -07:00
test_json_helper.py The configuration values were poorly documented. See issue #653 2017-04-13 01:09:50 -07:00
test_parse.py #539 - fixing pep8 2017-03-14 13:43:45 -05:00