Add addons. test for metadata module

This commit is contained in:
David Dalcino
2021-08-17 15:39:34 -07:00
parent c7993c1031
commit 8bc7cc3bf3
3 changed files with 1521 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ def test_list_versions_tools(monkeypatch, spec_regex, os_name, target, in_file,
"windows-5152-src-doc-example-update.xml",
"windows-5152-src-doc-example-expect.json",
),
("6.2.0", "", "windows-620-update.xml", "windows-620-expect.json"),
],
)
def test_list_architectures_and_modules(monkeypatch, version: str, extension: str, in_file: str, expect_out_file: str):