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

@@ -30,5 +30,3 @@ App.addExportType("Flattened SVG (*.svg)","importSVG")
App.addExportType("Open CAD Format (*.oca)","importOCA")
App.addImportType("Autodesk DWG 2D (*.dwg)","importDWG")
App.addExportType("Autodesk DWG 2D (*.dwg)","importDWG")
FreeCAD.__unit_test__ += [ "TestDraft" ]