def test_not_match(): assert not match(Command('aws dynamodb invalid', no_suggestions))
def test_match(command): assert match(command)
def test_not_match(): assert not match(Command("aws dynamodb invalid", stderr=no_suggestions))
def test_not_match(): assert not match(Command("aws dynamodb invalid", no_suggestions))
def test_not_match(): assert not match(Command('aws dynamodb invalid', stderr=no_suggestions))