Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / FeaturesPlugin / Test / TestMultiBoolean.py
index 65ca076f16edf1b96f33262a8bd0fadb24cc9578..b6a6e742cba94fc89c79b54b69d1c992c258d0d4 100644 (file)
@@ -192,3 +192,6 @@ aSession.finishOperation()
 #=========================================================================
 # End of test
 #=========================================================================
+
+import model
+assert(model.checkPythonDump())