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

@@ -3,6 +3,6 @@ from pathlib import Path
from clan_cli.config import machine
def test_schema_for_machine(clan_flake: Path) -> None:
schema = machine.schema_for_machine("machine1", clan_flake)
def test_schema_for_machine(test_flake: Path) -> None:
schema = machine.schema_for_machine("machine1", test_flake)
assert "properties" in schema