Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / SketchPlugin / Test / TestSketchPointLine.py
index b37b0f61dd8ed40904ef4567ce0cf431ce7b2909..55414c9c8f9c811b93bf8cb6aa2634dd9fdb62a6 100644 (file)
@@ -100,3 +100,6 @@ aResultConstruction = modelAPI_ResultConstruction(aResult)
 aShape = aResultConstruction.shape()
 assert (aShape is not None)
 assert (not aShape.isNull())
+
+import model
+assert(model.checkPythonDump())