Addon Manager: Add unit test framework

Adds the framework for unit testing, and a few tests of the utilities functions.
This commit is contained in:
Chris Hennes
2022-02-25 23:17:59 -06:00
parent b1d6768d1c
commit 14ff42be13
15 changed files with 387 additions and 1 deletions

View File

@@ -7,3 +7,6 @@ import AddonManager
FreeCADGui.addLanguagePath(":/translations")
FreeCADGui.addCommand("Std_AddonMgr", AddonManager.CommandAddonManager())
import FreeCAD
FreeCAD.__unit_test__ += ["TestAddonManagerGui"]