content_type_entries_proxy_test.py 文件源码

python
阅读 14 收藏 0 点赞 0 评论 0

项目:contentful-management.py 作者: contentful 项目源码 文件源码
def test_content_types_entries_proxy_delete(self):
        proxy = ContentTypeEntriesProxy(CLIENT, PLAYGROUND_SPACE, 'foo')

        proxy.delete('1zquSqZeokECU2Wike2cQi')

        with vcr.use_cassette('fixtures/entry/not_found_content_type.yaml'):
            with self.assertRaises(NotFoundError):
                proxy.find('1zquSqZeokECU2Wike2cQi')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号