now each module registers its unit tests itself
This commit is contained in:
@@ -28,3 +28,5 @@ ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Path")
|
||||
ParGrp.SetString("HelpIndex", "Path/Help/index.html")
|
||||
ParGrp.SetString("WorkBenchName", "Path")
|
||||
ParGrp.SetString("WorkBenchModule", "PathWorkbench.py")
|
||||
|
||||
FreeCAD.__unit_test__ += [ "TestPathApp" ]
|
||||
|
||||
Reference in New Issue
Block a user