clan-core/pkgs/clan-cli/tests/test_machines_config.py

9 lines
240 B
Python
Raw Normal View History

from fixtures_flakes import TestFlake
from clan_cli.config import machine
def test_schema_for_machine(test_flake: TestFlake) -> None:
schema = machine.schema_for_machine(test_flake.name, "machine1")
assert "properties" in schema