Salome HOME
Update of the ExportToGEOM test
[modules/shaper.git] / src / ConstructionAPI / Test / TestPoint.py
index 478f8b02fcc3a71f5b5facdd7aa7805e324f23ea..185859540962ca8e287bd1245fef8758cafbd96f 100644 (file)
@@ -55,4 +55,4 @@ class PointTestCase(unittest.TestCase):
         self.assertEqual("x + 30", point.z().text())
 
 if __name__ == "__main__":
-    unittest.main()
+    unittest.main(exit=False)