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