Skip to content

Commit 4b3dbb9

Browse files
committed
!squash more test_cli
1 parent 2ad3ca5 commit 4b3dbb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Test CLI entry point for for vcspull."""
22

33
import contextlib
4+
import os
45
import pathlib
56
import shutil
67
import typing as t
@@ -25,6 +26,7 @@ def setup(
2526
set_hgconfig: pathlib.Path,
2627
) -> None:
2728
"""Automatically load the pytest fixtures in the parameters."""
29+
assert os.getenv("GIT_CONFIG") == str(set_gitconfig)
2830

2931

3032
class SyncCLINonExistentRepo(t.NamedTuple):

0 commit comments

Comments
 (0)