예제 #1
0
파일: steps.py 프로젝트: Fiware/cloud.PaaS
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)
예제 #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)
예제 #3
0
파일: steps.py 프로젝트: Fiware/cloud.PaaS
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))
예제 #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))