addon manager list of wbs

This commit is contained in:
sliptonic
2024-03-04 10:19:02 -06:00
parent 64cbc871ee
commit c4c535c6ba
4 changed files with 6 additions and 6 deletions

View File

@@ -217,7 +217,7 @@ class TestAddon(unittest.TestCase):
addonA.requires.add("AddonB")
addonB.requires.add("AddonC")
addonB.requires.add("AddonD")
addonD.requires.add("Path")
addonD.requires.add("CAM")
all_addons = {
addonA.name: addonA,
@@ -244,8 +244,8 @@ class TestAddon(unittest.TestCase):
"AddonD not in required dependencies, and it should be.",
)
self.assertTrue(
"Path" in deps.internal_workbenches,
"Path not in workbench dependencies, and it should be.",
"CAM" in deps.internal_workbenches,
"CAM not in workbench dependencies, and it should be.",
)
def test_internal_workbench_list(self):

View File

@@ -21,7 +21,7 @@
<depend>OpenSCAD Workbench</depend>
<depend>Part WORKBENCH</depend>
<depend>PartDesign WB</depend>
<depend>path</depend>
<depend>CAM</depend>
<depend>Plot</depend>
<depend>POINTS</depend>
<depend>ROBOTWB</depend>