def test_func_created():
    """Проверяем, что функция создана"""
    check_function_exists(task_14_1a, "get_intf_ip")
def test_func_created():
    """Проверяем, что декоратор и функция send_show_command созданы"""
    check_function_exists(task_8_1, "timecode")
    check_function_exists(task_8_1, "send_show_command")
def test_func_created():
    """Проверяем, что декоратор создан"""
    check_function_exists(task_8_5, "count_calls")
def test_func_created():
    """Проверяем, что функция создана"""
    check_function_exists(task_7_2, "count_total")
Example #5
0
def test_func_created():
    """Проверяем, что декоратор создан"""
    check_function_exists(task_8_3, "add_verbose")
def test_func_created():
    """Проверяем, что декоратор создан"""
    check_function_exists(task_8_2, "all_args_str")
Example #7
0
def test_func_created():
    """Проверяем, что функция создана"""
    check_function_exists(task_14_3, "filter_data_by_attr")
Example #8
0
def test_func_created():
    """Проверяем, что декоратор создан"""
    check_function_exists(task_8_6, "total_order")
def test_func_created():
    """Проверяем, что декоратор создан"""
    check_function_exists(task_8_4, "retry")
def test_func_created():
    """Проверяем, что функция создана"""
    check_function_exists(task_14_1, "get_ip_from_cfg")
Example #11
0
def test_func_created():
    """Проверяем, что функция создана"""
    check_function_exists(task_7_1, "netmiko_ssh")