Esempio n. 1
0
def test_not_match():
    assert not match(Command("git", git_stash_err))
Esempio n. 2
0
def test_match(wrong):
    assert match(Command(wrong, git_stash_err))
Esempio n. 3
0
def test_not_match():
    assert not match(Command("git", git_stash_err))
Esempio n. 4
0
def test_match(wrong):
    assert match(Command(wrong, git_stash_err))
Esempio n. 5
0
def test_match(wrong):
    assert match(Command(wrong, stderr=git_stash_err), None)
Esempio n. 6
0
def test_match(wrong):
    assert match(Command(wrong, stderr=git_stash_err), None)