Addon Manager: Add unit tests for Addon class

This commit is contained in:
Chris Hennes
2022-03-05 10:17:35 -06:00
parent e8a96f72fd
commit f4dbd6b2b2
9 changed files with 236 additions and 7 deletions

View File

@@ -934,7 +934,7 @@ class CommandAddonManager:
FreeCAD.Console.PrintLog("The following addons are required:\n")
for addon in deps.required_external_addons:
FreeCAD.Console.PrintLog(addon + "\n")
FreeCAD.Console.PrintLog(addon.name + "\n")
FreeCAD.Console.PrintLog("The following Python modules are required:\n")
for pyreq in deps.python_required: