This commit is contained in:
Anthony Sottile 2015-12-19 09:01:39 -08:00
parent 638e16e521
commit 577d8a1dfa
3 changed files with 6 additions and 2 deletions

View file

@ -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)