8000 pytest fixtures: Set git and hg config · vcs-python/libvcs@c446720 · GitHub
[go: up one dir, main page]

Skip to content

Commit c446720

Browse files
committed
pytest fixtures: Set git and hg config
1 parent 3817d5c commit c446720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libvcs/pytest_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ def git_repo(
622622
remote_repos_path: pathlib.Path,
623623
projects_path: pathlib.Path,
624624
git_remote_repo: pathlib.Path,
625+
set_gitconfig: pathlib.Path,
625626
) -> GitSync:
626627
"""Pre-made git clone of remote repo checked out to user's projects dir."""
627628
remote_repo_name = unique_repo_name(remote_repos_path=projects_path)
@@ -655,6 +656,7 @@ def hg_repo(
655656
remote_repos_path: pathlib.Path,
656657
projects_path: pathlib.Path,
657658
hg_remote_repo: pathlib.Path,
659+
set_hgconfig: pathlib.Path,
658660
) -> HgSync:
659661
"""Pre-made hg clone of remote repo checked out to user's projects dir."""
660662
remote_repo_name = unique_repo_name(remote_repos_path=projects_path)

0 commit comments

Comments
 (0)
0