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