Add initial unit test for Start page.

Rebase.
This commit is contained in:
Chris Hennes
2021-01-02 21:36:14 -06:00
parent f03bd3d157
commit 55efacd398
5 changed files with 90 additions and 0 deletions

View File

@@ -47,3 +47,5 @@ class StartWorkbench ( Workbench ):
return "StartGui::Workbench"
Gui.addWorkbench(StartWorkbench())
FreeCAD.__unit_test__ += [ "TestStartGui" ]