Beispiel #1
0
def when_i_create_users_with_the_following_parameters(step):
    for userinfo in step.hashes:
        world.response = user_action_restapi.create_user(userinfo)
Beispiel #2
0
def when_i_create_users_with_the_following_parameters(step):
    for userinfo in step.hashes:
        world.response = user_action_restapi.create_user(userinfo)
Beispiel #3
0
def when_i_create_an_empty_user(step):
    world.response = user_action_restapi.create_user({})
Beispiel #4
0
def when_i_create_an_empty_user(step):
    world.response = user_action_restapi.create_user({})