Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / PythonAPI / examples / Platine.py
index c84684334f4e982325f2b277427adb5a6478c142..f0c236b51e0987dfc0132595c06dd216bd8f1117 100644 (file)
@@ -218,3 +218,5 @@ b4 = body_4()
 
 boolean = model.addFuse(part, boolean.result() + b4.result())
 model.end()
+
+assert(model.checkPythonDump())