FEM: skip importing examplesgui in unit tests
This commit is contained in:
@@ -133,6 +133,7 @@ class TestFemCommon(unittest.TestCase):
|
||||
|
||||
if (
|
||||
mod == "femsolver.solver_taskpanel"
|
||||
or mod == "femexamples.examplesgui"
|
||||
or mod == "TestFemGui"
|
||||
) and not FreeCAD.GuiUp:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user