Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / PythonAPI / examples / MakeBrick1.py
index 10eb81b079664b3b23ba289f4f132395760cf764..74ce7968609e24bfdb3c05fdaffe22a47893404f 100644 (file)
@@ -71,3 +71,5 @@ model.begin()
 mybase.setValue(mylength, 100)
 mybox.setSize(80)
 model.end()
+
+assert(model.checkPythonDump())