test-driver: Move machine code into its own python module folder

This commit is contained in:
Jacek Galowicz
2025-07-01 14:18:40 +02:00
parent 5de2d661db
commit 2c8500b91d
3 changed files with 1 additions and 1 deletions
@@ -11,6 +11,6 @@ in
runCommand "nixos-test-driver-docstrings" env ''
mkdir $out
python3 ${./src/extract-docstrings.py} ${./src/test_driver/machine.py} \
python3 ${./src/extract-docstrings.py} ${./src/test_driver/machine/__init__.py} \
> $out/machine-methods.md
''