drop clan_flake fixture

This commit is contained in:
Jörg Thalheim
2023-09-14 16:57:04 +02:00
parent 4905e0cecd
commit 2048ffccb0
8 changed files with 17 additions and 39 deletions

View File

@@ -4,7 +4,9 @@ import pytest
from cli import Cli
def test_machine_subcommands(clan_flake: Path, capsys: pytest.CaptureFixture) -> None:
def test_machine_subcommands(
machine_flake: Path, capsys: pytest.CaptureFixture
) -> None:
cli = Cli()
cli.run(["machines", "create", "machine1"])