Esempio n. 1
0
def test_is_our_pre_commit():
    assert is_our_pre_commit(resource_filename('hook-tmpl'))
Esempio n. 2
0
def test_is_not_our_pre_commit():
    assert is_our_pre_commit('setup.py') is False
Esempio n. 3
0
def test_is_our_pre_commit():
    assert is_our_pre_commit(resource_filename('hook-tmpl'))
Esempio n. 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'))