test/osbuild: check the schema of sources
Add 'Source' to the list of module classes that will undergo basic schema checks, i.e. verify that their embedded schema data is valid JSON schema.
This commit is contained in:
parent
bdae02a6b5
commit
9930f6ebfb
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class TestDescriptions(unittest.TestCase):
|
|||
index = osbuild.meta.Index(os.curdir)
|
||||
|
||||
modules = []
|
||||
for klass in ("Stage", "Assembler"):
|
||||
for klass in ("Stage", "Assembler", "Source"):
|
||||
mods = index.list_modules_for_class(klass)
|
||||
modules += [(klass, module) for module in mods]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue