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 a5c6d60 commit e20e66eCopy full SHA for e20e66e
tests/test_sync.py
@@ -108,6 +108,17 @@ class ConfigVariationTest(t.NamedTuple):
108
""",
109
remote_list=["git_scheme_repo"],
110
),
111
+ ConfigVariationTest(
112
+ test_id="expanded_repo_style_with_unprefixed_remote_2",
113
+ config_tpl="""
114
+ {tmp_path}/study/myrepo:
115
+ {CLONE_NAME}:
116
+ repo: git+file://{dir}
117
+ remotes:
118
+ git_scheme_repo: [email protected]:tony/vcspull.git
119
+ """,
120
+ remote_list=["git_scheme_repo"],
121
+ ),
122
]
123
124
0 commit comments