コード例 #1
0
ファイル: test_no_such_file.py プロジェクト: DJMIN/thefuck
def test_match(command):
    assert match(command)
コード例 #2
0
ファイル: test_no_such_file.py プロジェクト: tgunr/tryagain
def test_match(command):
    assert match(command)
コード例 #3
0
ファイル: test_no_such_file.py プロジェクト: DJMIN/thefuck
def test_not_match(command):
    assert not match(command)
コード例 #4
0
ファイル: test_no_such_file.py プロジェクト: tgunr/tryagain
def test_not_match(command):
    assert not match(command)