now each module registers its unit tests itself
This commit is contained in:
@@ -34,3 +34,5 @@ FreeCAD.addImportType("IGES format (*.iges *.igs)","Part")
|
||||
FreeCAD.addExportType("IGES format (*.iges *.igs)","Part")
|
||||
FreeCAD.addImportType("STEP with colors (*.step *.stp)","ImportGui")
|
||||
FreeCAD.addExportType("STEP with colors (*.step *.stp)","ImportGui")
|
||||
|
||||
FreeCAD.__unit_test__ += [ "TestPartApp" ]
|
||||
|
||||
@@ -60,3 +60,5 @@ class PartWorkbench ( Workbench ):
|
||||
return "PartGui::Workbench"
|
||||
|
||||
Gui.addWorkbench(PartWorkbench())
|
||||
|
||||
FreeCAD.__unit_test__ += [ "TestPartGui" ]
|
||||
|
||||
Reference in New Issue
Block a user