Salome HOME
Added a unit test and additional update for the issue #1757
[modules/shaper.git] / src / ModelAPI / Test / TestDocument.py
index 14bf232bb49471b50036ce6d386266be157335fc..7ff8a94505c6816b7c53ba99f7d49a111607695d 100644 (file)
@@ -88,3 +88,6 @@ aDoc2.addFeature("Remove")
 aSession.finishOperation()
 assert(aSession.moduleDocument().size("Parts") == 0)
 assert(aSession.activeDocument())
+
+import model
+assert(model.checkPythonDump())