コード例 #1
0
def given_a_reverse_lookup_test_configuration(step):
    model_name = 'test'
    cti_helper.add_call_form_model(model_name, ['xivo-calleridnum',
                                                'xivo-calleridname'])
    cti_helper.set_call_form_model_on_event(model_name, 'Link')
コード例 #2
0
def given_a_reverse_lookup_test_configuration(step):
    model_name = 'test'
    cti_helper.add_call_form_model(model_name,
                                   ['xivo-calleridnum', 'xivo-calleridname'])
    cti_helper.set_call_form_model_on_event(model_name, 'Link')
コード例 #3
0
ファイル: sheet_steps.py プロジェクト: jaunis/xivo-acceptance
def given_i_have_a_sheet_model_named_group1_with_the_variables(step, call_form_name):
    variables = [l['variable'] for l in step.hashes]
    cti_helper.add_call_form_model(call_form_name, variables)
コード例 #4
0
ファイル: sheet_steps.py プロジェクト: jaunis/xivo-acceptance
def given_i_have_a_sheet_model_named_group1_with_the_variables(
        step, call_form_name):
    variables = [l['variable'] for l in step.hashes]
    cti_helper.add_call_form_model(call_form_name, variables)