示例#1
0
def given_there_are_only_the_following_call_logs(step):
    call_logs_helper.delete_all()
    call_logs_helper.create_call_logs(step.hashes)
示例#2
0
def given_there_are_only_the_following_call_logs(step):
    call_logs_helper.delete_all()
    call_logs_helper.create_call_logs(step.hashes)
示例#3
0
def given_there_are_no_call_logs(step):
    call_logs_helper.delete_all()
示例#4
0
def given_there_are_no_call_logs(step):
    call_logs_helper.delete_all()