]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildPlugin/Test/TestShell.py
Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / BuildPlugin / Test / TestShell.py
index cd06246f1568b7188797a2787d8dc893f5c09f10..24c6cb9ff1a962100915a96e4bee3d29b9b95fc2 100644 (file)
@@ -77,3 +77,6 @@ aSession.finishOperation()
 
 # Test results
 assert (len(aShellFeature.results()) > 0)
+
+from salome.shaper import model
+assert(model.checkPythonDump())