예제 #1
0
def test_init():
    a = Auxiliary()
    a.set_options({
        "aux": "iliary",
    })
    assert a.options["aux"] == "iliary"
    assert a.options.aux == "iliary"
예제 #2
0
def test_init():
    a = Auxiliary()
    a.set_options({
        "aux": "iliary",
    })
    assert a.options["aux"] == "iliary"
    assert a.options.aux == "iliary"
예제 #3
0
파일: mitm.py 프로젝트: leixyou/cuckoo
 def __init__(self):
     Auxiliary.__init__(self)
     self.proc = None
예제 #4
0
 def __init__(self):
     Auxiliary.__init__(self)
     self.proc = None