File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,7 @@ def test_config_variations(
146
146
remote_list : list [str ],
147
147
) -> None :
148
148
"""Test vcspull sync'ing across a variety of configurations."""
149
- dummy_repo_name = "dummy_repo"
150
- dummy_repo = create_git_remote_repo (remote_repo_name = dummy_repo_name )
149
+ dummy_repo = create_git_remote_repo ()
151
150
152
151
config_file = write_config_remote (
153
152
config_path = tmp_path / "myrepos.yaml" ,
@@ -252,11 +251,10 @@ def test_updating_remote(
252
251
has_extra_remotes : bool ,
253
252
) -> None :
254
253
"""Verify yaml configuration state is applied and reflected to local VCS clone."""
255
- dummy_repo_name = "dummy_repo"
256
- dummy_repo = create_git_remote_repo (remote_repo_name = dummy_repo_name )
254
+ dummy_repo = create_git_remote_repo ()
257
255
258
256
mirror_name = "mirror_repo"
259
- mirror_repo = create_git_remote_repo (remote_repo_name = mirror_name )
257
+ mirror_repo = create_git_remote_repo ()
260
258
261
259
repo_parent = tmp_path / "study" / "myrepo"
262
260
repo_parent .mkdir (parents = True )
You can’t perform that action at this time.
0 commit comments