Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / ModelAPI / Test / Test1512.py
index 25f843acf37e3313c333acdaead8a175c4502b5f..21fce85e8ec2b847e2b3629e71e88f5cc02ae7f8 100755 (executable)
@@ -149,3 +149,6 @@ assert(aFuse.firstResult().shape().isConnectedTopology() == False)
 #=========================================================================
 # End of test
 #=========================================================================
+
+from salome.shaper import model
+assert(model.checkPythonDump())