Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / ExchangePlugin / Test / TestImport.py
index 5a07ad66a303545ba3641ed6b5d06225c23338e1..0dbffdea69f9e85dd709510b5f1f7b8f96838365 100644 (file)
@@ -108,3 +108,6 @@ if __name__ == '__main__':
 #=========================================================================
 # End of test
 #=========================================================================
+
+import model
+assert(model.checkPythonDump())