예제 #1
0
def test_not_match():
    assert not match(Command('aws dynamodb invalid', no_suggestions))
예제 #2
0
def test_match(command):
    assert match(command)
예제 #3
0
def test_not_match():
    assert not match(Command("aws dynamodb invalid", stderr=no_suggestions))
예제 #4
0
def test_not_match():
    assert not match(Command("aws dynamodb invalid", no_suggestions))
예제 #5
0
def test_match(command):
    assert match(command)
예제 #6
0
def test_not_match():
    assert not match(Command('aws dynamodb invalid', stderr=no_suggestions))