mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v0.7.1
This commit is contained in:
parent
638e16e521
commit
577d8a1dfa
3 changed files with 6 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ def test_pre_commit_path(in_tmpdir):
|
|||
assert runner.pre_commit_path == expected_path
|
||||
|
||||
|
||||
def test_pre_push_path():
|
||||
def test_pre_push_path(in_tmpdir):
|
||||
path = os.path.join('foo', 'bar')
|
||||
cmd_output('git', 'init', path)
|
||||
runner = Runner(path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue