Пример #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'))