steps.api.then_cloud ==================== .. py:module:: steps.api.then_cloud Attributes ---------- .. autoapisummary:: steps.api.then_cloud.PAGINATION_RESULT_KEYS Functions --------- .. autoapisummary:: steps.api.then_cloud.check_not_page_result Module Contents --------------- .. py:data:: PAGINATION_RESULT_KEYS :value: ['content', 'currentPage', 'totalElements', 'totalPages'] .. py:function:: check_not_page_result(context) Check that the response is not in pagination format. Verifies that the response doesn't contain the standard pagination fields (content, currentPage, totalElements, totalPages). :param context: The Behave context :raises AssertionError: If the response has the standard pagination format