Skip to content

Commit

Permalink
Added draft & arch tests to the Test GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Feb 5, 2016
1 parent dea9127 commit 32b6d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Test/TestGui.py
Expand Up @@ -52,6 +52,8 @@ def Activated(self):
QtUnitGui.addTest("TestPartApp")
QtUnitGui.addTest("TestPartDesignApp")
QtUnitGui.addTest("TestSpreadsheet")
QtUnitGui.addTest("TestDraft")
QtUnitGui.addTest("TestArch")
QtUnitGui.addTest("Workbench")
QtUnitGui.addTest("Menu")
QtUnitGui.addTest("Menu.MenuDeleteCases")
Expand Down

0 comments on commit 32b6d4a

Please sign in to comment.