]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/Test/TestConstraintAngle.py
Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintAngle.py
index 3e0cf8e207c26c3003b9f9d1da3bf8f5e6cc4c9a..593349f77ff4ab1b596205bd98919c6db7f7c8c8 100644 (file)
@@ -145,3 +145,6 @@ assert (angle(aSketchLineA, aSketchLineB) == NEW_ANGLE_DEGREE)
 #=========================================================================
 # End of test
 #=========================================================================
+
+import model
+assert(model.checkPythonDump())