Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / ConstructionPlugin / Test / TestPlane.py
index 0661b4dd3e7589f6613d0bbbebfe58a8f7da726b..3a3b7c862d2fc2149fb0bdfb70c9a062bf835427 100644 (file)
@@ -82,3 +82,6 @@ aSession.startOperation()
 aPlane = model.addPlane(aDocument, aCoincidentPlane.result()[0], aPlane.result()[0])
 aSession.finishOperation()
 assert (len(aPlane.result()) > 0)
+
+import model
+assert(model.checkPythonDump())