def test_invalid_cursor(self):
request = Request(factory.get('/', {'cursor': '123'}))
with self.assertRaises(exceptions.NotFound):
self.pagination.paginate_queryset(self.queryset, request)
文章目录