def test_not_match():
    assert not match(Command("whois", ""))
def test_match(command):
    assert match(command)
Beispiel #3
0
def test_not_match():
    assert not match(Command(script='whois'))
Beispiel #4
0
def test_match(command):
    assert match(command)
def test_not_match():
    assert not match(Command('whois', ''))
Beispiel #6
0
def test_not_match():
    assert not match(Command(script='whois'))