inventory tests: use containers by default

This commit is contained in:
DavHau
2025-04-23 18:55:59 +07:00
parent 502563a96a
commit 8b00edad4a
13 changed files with 44 additions and 39 deletions

View File

@@ -0,0 +1,9 @@
# This file contains type hints that can be prepended to Nix test scripts so they can be type
# checked.
from collections.abc import Callable
from test_driver import Machine
start_all: Callable[[], None]
machines: list[Machine]