Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintTangent.py
index df3cd3115ac72f8c589ee84217a87d730eb9d098..69991a49a1d0de630b0c577d3efae282a6b23ea1 100644 (file)
@@ -305,3 +305,6 @@ assert(math.fabs(distancePointLine(aCircleCenter, aLine) - round(aCircleRadius.v
 #=========================================================================
 # End of test
 #=========================================================================
+
+import model
+assert(model.checkPythonDump())