Salome HOME
Fix the problem of the sketch plane update
[modules/shaper.git] / src / PythonAPI / Test / TestSketcherSetAngle.py
index 583fd51b20ad49702400fbd653ebe0958c43d774..f4c914c5cbdaca69d94c459c7912a4cdc59e9055 100644 (file)
@@ -51,4 +51,5 @@ class SketcherSetAngle(SketcherTestCase):
             )
 
 if __name__ == "__main__":
-    unittest.main()
\ No newline at end of file
+    test_program = unittest.main(exit=False)
+    assert test_program.result.wasSuccessful(), "Test failed"
\ No newline at end of file