]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAPI/Test/TestFeatures.py
Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / PythonAPI / Test / TestFeatures.py
index 35ff9679ed2a1f4db704c3447597ad29e6a98182..54fe5510f459461f6e397a6d36c9f5d43c2c3cef 100644 (file)
@@ -18,6 +18,7 @@ class FeaturesFixture(unittest.TestCase):
 
     def tearDown(self):
         model.end()
+        assert(model.checkPythonDump())
         model.reset()
 
 #-----------------------------------------------------------------------------