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