Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / PythonAPI / examples / MakeBrick2.py
index 2086b83c0c5775334e4c4da3647be42bdd7de2f2..0d44f9a1a9bfdc715e14de2b310f3884d9d418c8 100644 (file)
@@ -67,3 +67,5 @@ model.begin()
 mybase.setValue(mylength, 100)
 mybox.setSize(20)
 model.end()
+
+assert(model.checkPythonDump())
\ No newline at end of file