]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionPlugin/Test/TestPointName.py
Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / ConstructionPlugin / Test / TestPointName.py
index fcf606b054c6a19baaf45a188115f1c1f11a77eb..9d17c2294d5427a10122ef646de6a2144a3f1243 100644 (file)
@@ -20,3 +20,6 @@ aFeature1 = aDoc.object("Construction", 7)
 aFeature1Name = aFeature1.data().name()
 
 assert (aFeatureName == aFeature1Name)
+
+import model
+assert(model.checkPythonDump())