]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangeAPI/Test/TestExchange.py
Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / ExchangeAPI / Test / TestExchange.py
index 681688fa1f06482bf958bca552991e6a13435bbd..d7cc004be2f64995b61a94c1f3059a7ee982dcd6 100644 (file)
@@ -2,6 +2,7 @@ import unittest
 
 import ModelAPI
 import ExchangeAPI
+import model
 
 class ExchangeTestCase(unittest.TestCase):
 
@@ -10,6 +11,7 @@ class ExchangeTestCase(unittest.TestCase):
         self.doc = self.session.moduleDocument()
 
     def tearDown(self):
+        assert(model.checkPythonDump())
         self.session.closeAll()
 
     def test_addImport(self):