Exemplo n.º 1
0
    def test_get_config_schema(self):
        ext = Extension()

        schema = ext.get_config_schema()
        self.assertIn('api_key', schema)