unit tests of Arch and Draft require GUI, improve output of units tests
This commit is contained in:
@@ -32,5 +32,3 @@ FreeCAD.addImportType("Collada (*.dae)","importDAE")
|
||||
FreeCAD.addExportType("Collada (*.dae)","importDAE")
|
||||
FreeCAD.addImportType("3D Studio mesh (*.3ds)","import3DS")
|
||||
FreeCAD.addImportType("SweetHome3D XML export (*.zip)","importSH3D")
|
||||
|
||||
FreeCAD.__unit_test__ += [ "TestArch" ]
|
||||
|
||||
@@ -137,4 +137,6 @@ import Arch_rc
|
||||
FreeCADGui.addPreferencePage(":/ui/preferences-ifc.ui","Import-Export")
|
||||
FreeCADGui.addPreferencePage(":/ui/preferences-dae.ui","Import-Export")
|
||||
|
||||
FreeCAD.__unit_test__ += [ "TestArch" ]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user