Salome HOME
Issue #1648: Dump Python in the High Level Parameterized Geometry API
[modules/shaper.git] / src / PythonAPI / Test / TestSketcher.py
index 826493a48c1ca5d6b7062397f4e071bc72523d00..d41f7ddcf309dcfa4e1c48e9c628bd15bb11a959 100644 (file)
@@ -14,4 +14,5 @@ class SketcherTestCase(unittest.TestCase):
 
     def tearDown(self):
         model.end()
+        assert(model.checkPythonDump())
         model.reset()