X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConstructionAPI%2FTest%2FTestPoint.py;h=185859540962ca8e287bd1245fef8758cafbd96f;hb=ca925f26180f15699a77e76461679f11abd499ba;hp=478f8b02fcc3a71f5b5facdd7aa7805e324f23ea;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/src/ConstructionAPI/Test/TestPoint.py b/src/ConstructionAPI/Test/TestPoint.py index 478f8b02f..185859540 100644 --- a/src/ConstructionAPI/Test/TestPoint.py +++ b/src/ConstructionAPI/Test/TestPoint.py @@ -55,4 +55,4 @@ class PointTestCase(unittest.TestCase): self.assertEqual("x + 30", point.z().text()) if __name__ == "__main__": - unittest.main() + unittest.main(exit=False)