mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 13:14:37 +03:00
Add addons. test for metadata module
This commit is contained in:
34
tests/data/windows-620-expect.json
Normal file
34
tests/data/windows-620-expect.json
Normal 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"
|
||||
]
|
||||
}
|
||||
1486
tests/data/windows-620-update.xml
Normal file
1486
tests/data/windows-620-update.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user