Skip to content

Commit

Permalink
Revert "!squash test cli anything to make it work"
Browse files Browse the repository at this point in the history
This reverts commit 2ad3ca5.
  • Loading branch information
tony committed Oct 13, 2024
1 parent d0224e9 commit 29bcf5a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@
ExpectedOutput: TypeAlias = t.Optional[t.Union[str, list[str]]]


@pytest.fixture(autouse=True)
def setup(
set_gitconfig: pathlib.Path,
set_hgconfig: pathlib.Path,
) -> None:
"""Automatically load the pytest fixtures in the parameters."""


class SyncCLINonExistentRepo(t.NamedTuple):
"""Pytest fixture for vcspull syncing when repo does not exist."""

Expand Down

0 comments on commit 29bcf5a

Please sign in to comment.