Skip to content

Commit 2ad3ca5

Browse files
committed
!squash test cli anything to make it work
1 parent 5e0542d commit 2ad3ca5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/test_cli.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
ExpectedOutput: TypeAlias = t.Optional[t.Union[str, list[str]]]
2020

2121

22+
@pytest.fixture(autouse=True)
23+
def setup(
24+
set_gitconfig: pathlib.Path,
25+
set_hgconfig: pathlib.Path,
26+
) -> None:
27+
"""Automatically load the pytest fixtures in the parameters."""
28+
29+
2230
class SyncCLINonExistentRepo(t.NamedTuple):
2331
"""Pytest fixture for vcspull syncing when repo does not exist."""
2432

0 commit comments

Comments
 (0)