cli: rename clan_flake to test_flake

This commit is contained in:
Jörg Thalheim
2023-09-15 12:31:18 +02:00
parent 54ac8b6269
commit 87f0b090ef
12 changed files with 74 additions and 56 deletions

View File

@@ -50,7 +50,7 @@ def test_set_some_option(
def test_configure_machine(
clan_flake: Path,
test_flake: Path,
temporary_dir: Path,
capsys: pytest.CaptureFixture,
monkeypatch: pytest.MonkeyPatch,