Skip to content

Commit b7557af

Browse files
committed
tests(remotes): Reproduce git scheme issue
1 parent 7659e72 commit b7557af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/test_sync.py

+10
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@ def write_config_remote(
9090
""",
9191
["secondremote"],
9292
],
93+
[
94+
"""
95+
{tmp_path}/study/myrepo:
96+
{CLONE_NAME}:
97+
repo: git+file://{dir}
98+
remotes:
99+
git_scheme_repo: [email protected]:tmux-python/tmuxp.git
100+
""",
101+
["git_scheme_repo"],
102+
],
93103
],
94104
)
95105
def test_config_variations(

0 commit comments

Comments
 (0)