unit tests of Arch and Draft require GUI, improve output of units tests

This commit is contained in:
wmayer
2018-08-28 19:39:34 +02:00
parent 559a5e6e58
commit 404b42d0a6
5 changed files with 6 additions and 6 deletions

View File

@@ -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" ]