コード例 #1
0
ファイル: test_aws_cli.py プロジェクト: Clpsplug/thefuck
def test_not_match():
    assert not match(Command('aws dynamodb invalid', no_suggestions))
コード例 #2
0
ファイル: test_aws_cli.py プロジェクト: Clpsplug/thefuck
def test_match(command):
    assert match(command)
コード例 #3
0
ファイル: test_aws_cli.py プロジェクト: liu4480/thefuck
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))