Exemplo n.º 1
0
def i_receive_a_response_of_type_with_no_content(step, response_type):
    status_code = http.status_codes[response_type]
    tier.check_get_tiers_response(world.response, status_code, 0)
Exemplo n.º 2
0
def i_receive_a_response_of_type_with_no_content(step, response_type):
    status_code = http.status_codes[response_type]
    tier.check_get_tiers_response(world.response, status_code, 0)
Exemplo n.º 3
0
def i_receive_a_response_of_type_with_items(step, response_type, items_number):
    status_code = http.status_codes[response_type]
    tier.check_get_tiers_response(world.response, status_code, int(items_number))
Exemplo n.º 4
0
def i_receive_a_response_of_type_with_items(step, response_type, items_number):
    status_code = http.status_codes[response_type]
    tier.check_get_tiers_response(world.response, status_code,
                                  int(items_number))