Пример #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))