BIM: move tests to own module, separate App/Gui tests, add TestArchBase

This commit is contained in:
Furgo
2025-03-22 19:38:44 +01:00
committed by Yorik van Havre
parent 40e0c60338
commit aa1a5c135b
8 changed files with 288 additions and 189 deletions

View File

@@ -35,3 +35,5 @@ FreeCAD.addExportType("Collada (*.dae)","importers.importDAE")
FreeCAD.addImportType("3D Studio mesh (*.3ds *.3DS)","importers.import3DS")
FreeCAD.addImportType("SweetHome3D (*.sh3d)","importers.importSH3D")
FreeCAD.addImportType("Shapefile (*.shp *.SHP)","importers.importSHP")
FreeCAD.__unit_test__ += ["TestArch"]