Esempio n. 1
0
def test_not_match():
    assert not match(Command('aws dynamodb invalid', no_suggestions))
Esempio n. 2
0
def test_match(command):
    assert match(command)
Esempio n. 3
0
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_match(command):
    assert match(command)
Esempio n. 6
0
def test_not_match():
    assert not match(Command('aws dynamodb invalid', stderr=no_suggestions))