def test_deletes_content(self):
process_entity_retraction(
Mock(entity_type="Post", target_guid=self.content.guid, handle=self.content.author.handle),
self.content.author
)
with self.assertRaises(Content.DoesNotExist):
Content.objects.get(id=self.content.id)
评论列表
文章目录