Salome HOME
Issue #2431 - remove application exit from unit tests
[modules/shaper.git] / src / PythonAPI / Test / TestSketcherSetParallel.py
index e077f26d46ef3d691a80bfee8c0f7eca4eb07d91..99b78e150b943e554bab22c1e09874a59a8b48df 100644 (file)
@@ -30,4 +30,4 @@ class SketcherSetParallel(SketcherTestCase):
         model.do()
 
 if __name__ == "__main__":
-    unittest.main()
\ No newline at end of file
+    unittest.main(exit=False)
\ No newline at end of file