Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / ConstructionAPI / Test / TestAxis.py
index 626ff62b76924566020f5df9da1cbc0db232629a..ddce019986744cce1816df5fe1cf39d3bb893bcf 100644 (file)
@@ -2,6 +2,7 @@ import unittest
 
 import ModelAPI
 import ConstructionAPI
+import model
 
 class AxisTestCase(unittest.TestCase):
 
@@ -14,6 +15,7 @@ class AxisTestCase(unittest.TestCase):
         self.session.finishOperation()
 
     def tearDown(self):
+        assert(model.checkPythonDump())
         self.session.closeAll()
 
     def test_ConstructorWithDimensions(self):