コード例 #1
0
def test_not_match():
    assert not match(Command("git", git_stash_err))
コード例 #2
0
def test_match(wrong):
    assert match(Command(wrong, git_stash_err))
コード例 #3
0
ファイル: test_git_fix_stash.py プロジェクト: tgunr/tryagain
def test_not_match():
    assert not match(Command("git", git_stash_err))
コード例 #4
0
ファイル: test_git_fix_stash.py プロジェクト: tgunr/tryagain
def test_match(wrong):
    assert match(Command(wrong, git_stash_err))
コード例 #5
0
def test_match(wrong):
    assert match(Command(wrong, stderr=git_stash_err), None)
コード例 #6
0
def test_match(wrong):
    assert match(Command(wrong, stderr=git_stash_err), None)