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:
@@ -7,3 +7,6 @@ import AddonManager
|
||||
|
||||
FreeCADGui.addLanguagePath(":/translations")
|
||||
FreeCADGui.addCommand("Std_AddonMgr", AddonManager.CommandAddonManager())
|
||||
|
||||
import FreeCAD
|
||||
FreeCAD.__unit_test__ += ["TestAddonManagerGui"]
|
||||
Reference in New Issue
Block a user