Salome HOME
Issue #2431 - remove application exit from unit tests
[modules/shaper.git] / src / PythonAPI / Test / TestMakeBrick1.py
index d70e9abf265b348e5a2a454e726fb83c8876049f..b5bd7bfef106a1491bd020f7a3545d7776c45c5c 100644 (file)
@@ -23,4 +23,4 @@ import unittest
 import salome.shaper.examples.MakeBrick1
 
 if __name__ == "__main__":
-    unittest.main()
+    unittest.main(exit=False)