Пример #1
0
def test_class_created():
    check_class_exists(task_23_1, "IPAddress")
Пример #2
0
def test_class_created():
    check_class_exists(task_24_2b, "MyNetmiko")
Пример #3
0
def test_class_created():
    """
    Checking that the class has been created
    """
    check_class_exists(task_22_2c, "CiscoTelnet")
Пример #4
0
def test_class_created():
    check_class_exists(task_23_2, "CiscoTelnet")
def test_class_created():
    check_class_exists(task_23_3a, "Topology")
Пример #6
0
def test_class_created():
    """
    Checking that the class has been created
    """
    check_class_exists(task_22_1b, "Topology")
Пример #7
0
def test_class_created():
    """
    Проверка, что класс создан
    """
    check_class_exists(task_22_1d, "Topology")
Пример #8
0
def test_class_created():
    """
    Проверка, что класс создан
    """
    check_class_exists(task_22_2c, "CiscoTelnet")
Пример #9
0
def test_class_created():
    check_class_exists(task_24_1a, "CiscoSSH")