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
示例#3
0
def test_is_our_pre_commit():
    assert is_our_pre_commit(resource_filename('hook-tmpl'))
示例#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'))