def test_not_match(): assert not match(Command("whois", ""))
def test_match(command): assert match(command)
def test_not_match(): assert not match(Command(script='whois'))
def test_not_match(): assert not match(Command('whois', ''))