Salome HOME
Issue #2431 - remove application exit from unit tests
[modules/shaper.git] / src / PythonAPI / Test / TestSketcherSetHorizontal.py
index 416fccfc180bd8b5801a52649aeeccd34da56435..e5c40aef505a5c6aa99e13e587f60638dd847d2b 100644 (file)
@@ -30,4 +30,4 @@ class SketcherSetHorizontal(SketcherTestCase):
         self.assertEqual(line.startPoint().y(), line.endPoint().y())
 
 if __name__ == "__main__":
-    unittest.main()
\ No newline at end of file
+    unittest.main(exit=False)
\ No newline at end of file