Skip to content

Commit 239cb6b

Browse files
committed
tests(remotes): Reproduce git scheme issue
1 parent d1a0d1c commit 239cb6b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/test_sync.py

+11
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,17 @@ class ConfigVariationTest(t.NamedTuple):
9797
""",
9898
remote_list=["secondremote"],
9999
),
100+
ConfigVariationTest(
101+
test_id="four",
102+
config_tpl="""
103+
{tmp_path}/study/myrepo:
104+
{CLONE_NAME}:
105+
repo: git+file://{dir}
106+
remotes:
107+
git_scheme_repo: [email protected]:tmux-python/tmuxp.git
108+
""",
109+
remote_list=["git_scheme_repo"],
110+
),
100111
]
101112

102113

0 commit comments

Comments
 (0)