예제 #1
0
def test_is_our_pre_commit():
    assert is_our_pre_commit(resource_filename('hook-tmpl'))
예제 #2
0
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
예제 #5
0
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'))