We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119d821 commit 30b561bCopy full SHA for 30b561b
tests/test_sync.py
@@ -119,6 +119,26 @@ class ConfigVariationTest(t.NamedTuple):
119
""",
120
remote_list=["git_scheme_repo"],
121
),
122
+ ConfigVariationTest(
123
+ test_id="expanded_repo_style_with_unprefixed_remote_3",
124
+ config_tpl="""
125
+ {tmp_path}/study/myrepo:
126
+ {CLONE_NAME}:
127
+ repo: git+file://{dir}
128
+ remotes:
129
+ git_scheme_repo: marc@myhostname.de:django/website.git
130
+ """,
131
+ remote_list=["git_scheme_repo"],
132
+ ),
133
134
135
136
137
138
+ repo: marc@myhostname.de:django/website.git
139
140
141
142
]
143
144
0 commit comments