コード例 #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'))
コード例 #6
0
def test_is_our_pre_commit():
    assert is_our_pre_commit(resource_filename('pre-commit-hook'))