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:
parent
f26e62b23f
commit
d504165c80
2 changed files with 34 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue