Gui: test for ILoggerBlocker

This commit is contained in:
0penBrain
2022-06-21 16:26:53 +02:00
committed by wwmayer
parent 43772e985c
commit faf0d02945
2 changed files with 92 additions and 0 deletions

View File

@@ -101,6 +101,11 @@ class ConsoleTestCase(unittest.TestCase):
def tearDown(self):
pass
def testILoggerBlocker(self):
if FreeCAD.GuiUp:
import QtUnitGui
QtUnitGui.testILoggerBlocker()
class ParameterTestCase(unittest.TestCase):
def setUp(self):
self.TestPar = FreeCAD.ParamGet("System parameter:Test")