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