Addon Manager: Add data for integration tests
This commit is contained in:
committed by
Chris Hennes
parent
64c03a0603
commit
2cef6d6cf4
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -0,0 +1,23 @@
|
||||
[submodule "3DfindIT"]
|
||||
path = 3DfindIT
|
||||
url = https://github.com/cadenasgmbh/3dfindit-freecad-integration
|
||||
[submodule "A2plus"]
|
||||
path = A2plus
|
||||
url = https://github.com/kbwbe/A2plus
|
||||
[submodule "Behave-Dark-Colors"]
|
||||
path = Behave-Dark-Colors
|
||||
url = https://github.com/Chrismettal/FreeCAD-Behave-Dark-Preference-Pack
|
||||
branch = main
|
||||
[submodule "Beltrami"]
|
||||
path = Beltrami
|
||||
url = https://github.com/Simturb/Beltrami
|
||||
branch = main
|
||||
[submodule "CurvedShapes"]
|
||||
path = CurvedShapes
|
||||
url = https://github.com/chbergmann/CurvedShapesWorkbench.git
|
||||
[submodule "Curves"]
|
||||
path = Curves
|
||||
url = https://github.com/tomate44/CurvesWB.git
|
||||
[submodule "Defeaturing"]
|
||||
path = Defeaturing
|
||||
url = https://github.com/easyw/Defeaturing_WB.git
|
||||
BIN
src/Mod/AddonManager/AddonManagerTest/data/icon_cache.zip
Normal file
BIN
src/Mod/AddonManager/AddonManagerTest/data/icon_cache.zip
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
67b372f9a5ac11e5377a4075537f31dfebf61753 *icon_cache.zip
|
||||
BIN
src/Mod/AddonManager/AddonManagerTest/data/metadata.zip
Normal file
BIN
src/Mod/AddonManager/AddonManagerTest/data/metadata.zip
Normal file
Binary file not shown.
@@ -101,24 +101,31 @@ SET(AddonManagerTestsGui_SRCS
|
||||
)
|
||||
|
||||
SET(AddonManagerTestsFiles_SRCS
|
||||
AddonManagerTest/data/__init__.py
|
||||
AddonManagerTest/data/bad_macro_metadata.FCStd
|
||||
AddonManagerTest/data/combination.xml
|
||||
AddonManagerTest/data/depends_on_all_workbenches.xml
|
||||
AddonManagerTest/data/DoNothing.FCMacro
|
||||
AddonManagerTest/data/good_macro_metadata.FCStd
|
||||
AddonManagerTest/data/good_package.xml
|
||||
AddonManagerTest/data/macro_only.xml
|
||||
AddonManagerTest/data/macro_template.FCStd
|
||||
AddonManagerTest/data/missing_macro_metadata.FCStd
|
||||
AddonManagerTest/data/prefpack_only.xml
|
||||
AddonManagerTest/data/test_addon_with_fcmacro.zip
|
||||
AddonManagerTest/data/test_github_style_repo.zip
|
||||
AddonManagerTest/data/test_repo.zip
|
||||
AddonManagerTest/data/test_simple_repo.zip
|
||||
AddonManagerTest/data/TestWorkbench.zip
|
||||
AddonManagerTest/data/test_version_detection.xml
|
||||
AddonManagerTest/data/workbench_only.xml
|
||||
AddonManagerTest/data/__init__.py
|
||||
AddonManagerTest/data/addon_update_stats.json
|
||||
AddonManagerTest/data/bad_macro_metadata.FCStd
|
||||
AddonManagerTest/data/combination.xml
|
||||
AddonManagerTest/data/corrupted_metadata.zip
|
||||
AddonManagerTest/data/depends_on_all_workbenches.xml
|
||||
AddonManagerTest/data/DoNothing.FCMacro
|
||||
AddonManagerTest/data/git_submodules.txt
|
||||
AddonManagerTest/data/good_macro_metadata.FCStd
|
||||
AddonManagerTest/data/good_package.xml
|
||||
AddonManagerTest/data/icon_cache.zip
|
||||
AddonManagerTest/data/icon_cache.zip.sha1
|
||||
AddonManagerTest/data/macro_only.xml
|
||||
AddonManagerTest/data/macro_template.FCStd
|
||||
AddonManagerTest/data/MacrosRecipesWikiPage.zip
|
||||
AddonManagerTest/data/metadata.zip
|
||||
AddonManagerTest/data/missing_macro_metadata.FCStd
|
||||
AddonManagerTest/data/prefpack_only.xml
|
||||
AddonManagerTest/data/test_addon_with_fcmacro.zip
|
||||
AddonManagerTest/data/test_github_style_repo.zip
|
||||
AddonManagerTest/data/test_repo.zip
|
||||
AddonManagerTest/data/test_simple_repo.zip
|
||||
AddonManagerTest/data/test_version_detection.xml
|
||||
AddonManagerTest/data/TestWorkbench.zip
|
||||
AddonManagerTest/data/workbench_only.xml
|
||||
)
|
||||
|
||||
SET(AddonManagerTests_ALL
|
||||
|
||||
Reference in New Issue
Block a user