We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0224e9 commit 29bcf5aCopy full SHA for 29bcf5a
tests/test_cli.py
@@ -19,14 +19,6 @@
19
ExpectedOutput: TypeAlias = t.Optional[t.Union[str, list[str]]]
20
21
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
30
class SyncCLINonExistentRepo(t.NamedTuple):
31
"""Pytest fixture for vcspull syncing when repo does not exist."""
32
0 commit comments