def test_it_fetches_the_annotations_from_the_database( self, fetch_annotations, pyramid_request, search): execute(pyramid_request, MultiDict(), self.PAGE_SIZE) fetch_annotations.assert_called_once_with( pyramid_request.db, search.run.return_value.annotation_ids, search.run.return_value.reply_ids)
def test_it_fetches_the_annotations_from_the_database( self, fetch_annotations, pyramid_request, search ): execute(pyramid_request, MultiDict(), self.PAGE_SIZE) fetch_annotations.assert_called_once_with( pyramid_request.db, search.run.return_value.annotation_ids )