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