コード例 #1
0
ファイル: test_history.py プロジェクト: vladmysiur/konspekt
def test_not_match(script):
    assert not match(Command(script=script))
コード例 #2
0
def test_match(script):
    assert match(Command(script=script), None)
コード例 #3
0
def test_not_match(script):
    assert not match(Command(script=script))
コード例 #4
0
ファイル: test_history.py プロジェクト: ltype/thefuck
def test_match(script):
    assert match(Command(script=script), None)
コード例 #5
0
def test_match(script):
    assert match(Command(script, ""))
コード例 #6
0
ファイル: test_history.py プロジェクト: Clpsplug/thefuck
def test_match(script):
    assert match(Command(script, ''))