Example #1
0
 def test_config_sources(self):
     config = Config(path='tests/config_test.yml')
     sources = config.get_sources()
     self.assertEqual(sources[1]['team'], 'carebot')
Example #2
0
 def test_config_sources(self):
     config = Config(path='tests/config_test.yml')
     sources = config.get_sources()
     self.assertEqual(sources[1]['team'], 'carebot')