Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / FeaturesPlugin / Test / TestRevolution.py
index 3f46da758957cd3386b72b2a47f1d5c330f40d3f..cfac07013495388e06287617ebf342503e1c79a3 100644 (file)
@@ -206,3 +206,6 @@ aSession.finishOperation()
 assert (len(aRevolFt.results()) > 0)
 aRevolResult = modelAPI_ResultBody(aRevolFt.firstResult())
 assert (aRevolResult is not None)
+
+import model
+assert(model.checkPythonDump())