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

@@ -0,0 +1,34 @@
{
"modules": [
"debug_info",
"qt3d",
"qt5compat",
"qtactiveqt",
"qtcharts",
"qtconnectivity",
"qtdatavis3d",
"qtimageformats",
"qtlottie",
"qtmultimedia",
"qtnetworkauth",
"qtpositioning",
"qtquick3d",
"qtquicktimeline",
"qtremoteobjects",
"qtscxml",
"qtsensors",
"qtserialbus",
"qtserialport",
"qtshadertools",
"qtvirtualkeyboard",
"qtwebchannel",
"qtwebengine",
"qtwebsockets",
"qtwebview"
],
"architectures": [
"win64_mingw81",
"win64_msvc2019_64",
"win64_msvc2019_arm64"
]
}

File diff suppressed because it is too large Load Diff

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-update.xml",
"windows-5152-src-doc-example-expect.json", "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): def test_list_architectures_and_modules(monkeypatch, version: str, extension: str, in_file: str, expect_out_file: str):