We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac908b7 commit d19cabbCopy full SHA for d19cabb
1 file changed
tests/test_sync.py
@@ -97,6 +97,17 @@ class ConfigVariationTest(t.NamedTuple):
97
""",
98
remote_list=["secondremote"],
99
),
100
+ ConfigVariationTest(
101
+ test_id="expanded_repo_style_with_unprefixed_remote",
102
+ config_tpl="""
103
+ {tmp_path}/study/myrepo:
104
+ {CLONE_NAME}:
105
+ repo: git+file://{dir}
106
+ remotes:
107
+ git_scheme_repo: git@codeberg.org:tmux-python/tmuxp.git
108
+ """,
109
+ remote_list=["git_scheme_repo"],
110
+ ),
111
]
112
113
0 commit comments