[TD]Separate test scripts which require QApplication

This commit is contained in:
wandererfan
2022-11-21 16:35:10 -05:00
committed by WandererFan
parent c8a0172df8
commit 5f9afef268
4 changed files with 33 additions and 3 deletions

View File

@@ -61,3 +61,6 @@ Gui.addWorkbench(TechDrawWorkbench())
# Append the export handler
FreeCAD.addExportType("Technical Drawing (*.svg *.dxf *.pdf)", "TechDrawGui")
FreeCAD.__unit_test__ += ["TestTechDrawGui"]