]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildPlugin/Test/TestSubShapes.py
Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / BuildPlugin / Test / TestSubShapes.py
index 59668662c84ff151a26f3936770d550b03212f02..e943f66b3752733c6d701583fa7aaf583092f8cc 100644 (file)
@@ -126,3 +126,6 @@ aSession.finishOperation()
 
 # Test results
 assert (len(aSubShapesFeature.results()) > 0)
+
+import model
+assert(model.checkPythonDump())