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