Example #1
0
 def test_get_default_config(self):
     ext = Extension()
     config = ext.get_default_config()
     # ext = frontend.TtsGpio(config, mock.sentinel.core)
     self.assertIn('[ssd1306]', config)
     self.assertIn('enabled = true', config)
Example #2
0
 def test_get_config_schema(self):
     ext = Extension()
     schema = ext.get_config_schema()