示例#1
0
def i_receive_a_response_of_type(step, response_type):
    """ Check task response """
    status_code = http.status_codes[response_type]
    check_add_instance_response(world.response, status_code)
示例#2
0
def i_receive_a_response_of_type(step, response_type):
    status_code = http.status_codes[response_type]
    environment_instance_request.check_add_instance_response(world.response, status_code)
示例#3
0
def i_receive_a_response_of_type(step, response_type):
    """ Check task response """
    status_code = http.status_codes[response_type]
    check_add_instance_response(world.response, status_code)