Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintParallel.py
index 03eba23ccf379ae59722e2f90b440a10a59585ad..076b2fc6277986ba1e1340c3a28b4e5a29c6cdb0 100644 (file)
@@ -108,3 +108,6 @@ assert (aLineBEndPointPrev != aLineBEndPointNew)
 #=========================================================================
 # End of test
 #=========================================================================
+
+import model
+assert(model.checkPythonDump())