Skip to content

Commit

Permalink
refactor(test_sync): Move from git_dummy_repo_dir to libvcs pytest pl…
Browse files Browse the repository at this point in the history
…ugin
  • Loading branch information
tony committed Oct 1, 2022
1 parent 51dfe85 commit 54b2d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

def test_makes_recursive(
tmp_path: pathlib.Path,
git_dummy_repo_dir: pathlib.Path,
git_remote_repo: pathlib.Path,
):
"""Ensure that directories in pull are made recursively."""
conf = kaptan.Kaptan(handler="yaml")
conf.import_config(
textwrap.dedent(
f"""
{tmp_path}/study/myrepo:
my_url: git+file://{git_dummy_repo_dir}
my_url: git+file://{git_remote_repo}
"""
)
)
Expand Down

0 comments on commit 54b2d28

Please sign in to comment.