Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / BuildPlugin / Test / TestVertex.py
index cc2da7929bd025ed769cba6311e9f467f235640c..d292e6aafd568124430f16c3d8eea192f4bf74e0 100644 (file)
@@ -55,3 +55,6 @@ aSession.finishOperation()
 
 # Test results
 assert (len(aVertexFeature.results()) == aNumOfPoints)
+
+import model
+assert(model.checkPythonDump())