mounts: add mounts_module_fixture to allow testing mount modules

Similar to `stages` and `sources` we need some basic infrastructure
so that we can use a `mounts_module` fixture for the coming tests
to the mount modules.
This commit is contained in:
Michael Vogt 2024-04-09 10:06:39 +02:00 committed by Ondřej Budai
parent f26e62b23f
commit d504165c80
2 changed files with 34 additions and 1 deletions

View file

@ -24,7 +24,7 @@ deps =
requests
setenv =
LINTABLES = osbuild/ assemblers/* devices/* inputs/*.* mounts/* runners/* sources/*.* stages/*.* inputs/test/*.py stages/test/*.py sources/test/*.py test/ tools/
LINTABLES = osbuild/ assemblers/* devices/* inputs/*.* mounts/*.* mounts/test/*.py runners/* sources/*.* stages/*.* inputs/test/*.py stages/test/*.py sources/test/*.py test/ tools/
LINTABLES_EXCLUDES = "*.json,*.sh"
LINTABLES_EXCLUDES_RE = ".*\.json$,.*\.sh"
TYPEABLES = osbuild