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 27a7c60802
commit 386f68aa81
15 changed files with 387 additions and 1 deletions

View File

@@ -2,3 +2,6 @@
# FreeCAD init script of the AddonManager module
# (c) 2001 Juergen Riegel
# License LGPL
import FreeCAD
FreeCAD.__unit_test__ += ["TestAddonManagerApp"]