Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintCoincidence.py
index e37159af8b89bbb8683d0d2a8235e344206ecebb..a1697920ead11a9e49aa7a23cd9ee787a464ad77 100644 (file)
@@ -209,3 +209,6 @@ assert (aCircleCenter.x() == 0. and aCircleCenter.y() == 0.)
 #=========================================================================
 # End of test
 #=========================================================================
+
+import model
+assert(model.checkPythonDump())