[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 894f6408a4
commit f072315656
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"]