Пример #1
0
def test_not_match():
    assert not match(Command("whois", ""))
Пример #2
0
def test_match(command):
    assert match(command)
Пример #3
0
def test_not_match():
    assert not match(Command(script='whois'))
Пример #4
0
def test_match(command):
    assert match(command)
Пример #5
0
def test_not_match():
    assert not match(Command('whois', ''))
Пример #6
0
def test_not_match():
    assert not match(Command(script='whois'))