]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/Test/TestResults.py
Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / ModelAPI / Test / TestResults.py
index 7ba9cb5eaf234de5d026d5d8ee53cfc1e16e21bc..b74b29e7efeb22cfe86592ee022bef8efaa44134 100755 (executable)
@@ -34,3 +34,5 @@ assert(aColors.value(2) == 250)
 
 aSession.finishOperation()
 
+import model
+assert(model.checkPythonDump())