def test_load_from_dict(self): conf.load_from_dict({'overridden_key': 'new_value'}) self.assertEqual('new_value', conf.overridden_key)