コード例 #1
0
ファイル: test_man.py プロジェクト: crazyquark/thefuck
def test_not_match(command):
    assert not match(command, None)
コード例 #2
0
ファイル: test_man.py プロジェクト: Clpsplug/thefuck
def test_match(command):
    assert match(command)
コード例 #3
0
def test_not_match(command):
    assert not match(command, None)
コード例 #4
0
def test_match(command):
    assert match(command)