Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / PythonAPI / examples / MakeBrick3.py
index edfc0b3e5857079d31b8066809435d0e2f1361d9..898e83bfe8378d063ccf5d39b762cd8aabecc3b2 100644 (file)
@@ -22,3 +22,4 @@ mypart = model.addPart(mypartset).document()
 extension.addBoxScript( mypart, 10, 20, 30 )
 model.end()
 
+assert(model.checkPythonDump())
\ No newline at end of file