We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51dfe85 commit 54b2d28Copy full SHA for 54b2d28
1 file changed
tests/test_sync.py
@@ -18,15 +18,15 @@
18
19
def test_makes_recursive(
20
tmp_path: pathlib.Path,
21
- git_dummy_repo_dir: pathlib.Path,
+ git_remote_repo: pathlib.Path,
22
):
23
"""Ensure that directories in pull are made recursively."""
24
conf = kaptan.Kaptan(handler="yaml")
25
conf.import_config(
26
textwrap.dedent(
27
f"""
28
{tmp_path}/study/myrepo:
29
- my_url: git+file://{git_dummy_repo_dir}
+ my_url: git+file://{git_remote_repo}
30
"""
31
)
32
0 commit comments