Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintHorizontal.py
index 7a7a7d3faa92392503e7839b5b20bb2ad3717fdb..dc0b226d20b0d416ee5887f54e42c9eccd8ac875 100644 (file)
@@ -74,3 +74,6 @@ assert(aLineStartPoint.y() == aLineEndPoint.y())
 #=========================================================================
 # End of test
 #=========================================================================
+
+import model
+assert(model.checkPythonDump())