Skip to content

Commit 54b2d28

Browse files
committed
refactor(test_sync): Move from git_dummy_repo_dir to libvcs pytest plugin
1 parent 51dfe85 commit 54b2d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_sync.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818

1919
def test_makes_recursive(
2020
tmp_path: pathlib.Path,
21-
git_dummy_repo_dir: pathlib.Path,
21+
git_remote_repo: pathlib.Path,
2222
):
2323
"""Ensure that directories in pull are made recursively."""
2424
conf = kaptan.Kaptan(handler="yaml")
2525
conf.import_config(
2626
textwrap.dedent(
2727
f"""
2828
{tmp_path}/study/myrepo:
29-
my_url: git+file://{git_dummy_repo_dir}
29+
my_url: git+file://{git_remote_repo}
3030
"""
3131
)
3232
)

0 commit comments

Comments
 (0)