Addon Manager: Add data for integration tests

This commit is contained in:
Chris Hennes
2023-02-10 14:48:42 -08:00
committed by Chris Hennes
parent 64c03a0603
commit 2cef6d6cf4
8 changed files with 50 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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

View File

@@ -0,0 +1 @@
67b372f9a5ac11e5377a4075537f31dfebf61753 *icon_cache.zip

View File

@@ -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