FEM: skip importing examplesgui in unit tests

This commit is contained in:
vocx-fc
2020-07-04 13:08:30 -05:00
committed by Bernd Hahnebach
parent 6c15e174d2
commit 1de26011e0

View File

@@ -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