]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ParametersPlugin/Test/TestParameterRename.py
Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / ParametersPlugin / Test / TestParameterRename.py
index 5521426308a481a6ae59758b712fe18dc300e320..0605fac1a98587defbfb1e3df780c244d5acd86e 100644 (file)
@@ -23,6 +23,7 @@ from GeomDataAPI import *
 from ModelAPI import *
 import math
 import unittest
+import model
 
 __updated__ = "2015-04-27"
 
@@ -47,6 +48,7 @@ class TestParameterRename(unittest.TestCase):
         self.createFeature()
 
     def tearDown(self):
+        assert(model.checkPythonDump())
         self.aSession.closeAll()
 
     def createParameters(self):