Salome HOME
Fix the problem of the sketch plane update
[modules/shaper.git] / src / PythonAPI / Test / TestPlatine.py
index dafee790c3ce3a0235f1dcc85a8e5eac4914f35e..4ac0320eed4aad769730e130df8250e14c841514 100644 (file)
@@ -23,4 +23,5 @@ import unittest
 import salome.shaper.examples.Platine
 
 if __name__ == "__main__":
-    unittest.main()
+    test_program = unittest.main(exit=False)
+    assert test_program.result.wasSuccessful(), "Test failed"