Salome HOME
Issue #2431 - remove application exit from unit tests
[modules/shaper.git] / src / PythonAPI / Test / TestSketcherSetLength.py
index bba6c2f169d90f11d4edd252241ed455fe265c42..233f677b540dce73716dce29eb9c7b270af97f7c 100644 (file)
@@ -39,4 +39,4 @@ class SketcherSetLength(SketcherTestCase):
         self.assertAlmostEqual(length, 25.0, delta=TestSketcher.DELTA)
 
 if __name__ == "__main__":
-    unittest.main()
\ No newline at end of file
+    unittest.main(exit=False)
\ No newline at end of file