]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/Test/TestConstraintVertical.py
Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintVertical.py
index 3a03d1d0e750dee73e0ce9be150f80cb50765145..f70040248ee769213a09ddc33f15de5c412f7f73 100644 (file)
@@ -74,3 +74,6 @@ assert(aLineStartPoint.x() == aLineEndPoint.x())
 #=========================================================================
 # End of test
 #=========================================================================
+
+import model
+assert(model.checkPythonDump())