def test_annotation_raises_http_not_found_if_get_raises_not_found(self):
request = mock_request()
request.es.get.side_effect = es_exceptions.NotFoundError
with pytest.raises(httpexceptions.HTTPNotFound):
views.AnnotationController(request).annotation()
评论列表
文章目录