def test_is_our_pre_commit():
    assert is_our_pre_commit(resource_filename('hook-tmpl'))
def test_is_not_our_pre_commit():
    assert is_our_pre_commit('setup.py') is False
Exemple #3
0
def test_is_our_pre_commit():
    assert is_our_pre_commit(resource_filename('hook-tmpl'))
Exemple #4
0
def test_is_not_our_pre_commit():
    assert is_our_pre_commit('setup.py') is False
def test_is_our_pre_commit():
    assert is_our_pre_commit(resource_filename('pre-commit-hook'))
def test_is_our_pre_commit():
    assert is_our_pre_commit(resource_filename('pre-commit-hook'))