X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FTest%2FTestConstraintCollinear.py;h=6f3d2dac5d4ccb72d9d8f3856efdd1dd81787a5f;hb=4e0d47fcb8320ae3a7e5169fa121d3b2e37db7ac;hp=1e9dcfbe03511b54d84f54ba80c31797885e35e1;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/Test/TestConstraintCollinear.py b/src/SketchPlugin/Test/TestConstraintCollinear.py index 1e9dcfbe0..6f3d2dac5 100644 --- a/src/SketchPlugin/Test/TestConstraintCollinear.py +++ b/src/SketchPlugin/Test/TestConstraintCollinear.py @@ -186,7 +186,7 @@ class TestConstraintCollinear(unittest.TestCase): self.assertEqual(model.dof(self.mySketch), self.myDOF) if __name__ == '__main__': - unittest.main() + unittest.main(exit=False) #========================================================================= # End of test #=========================================================================