]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/Test/TestExportPart_FullPartSet.py
Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / ExchangePlugin / Test / TestExportPart_FullPartSet.py
index 41c835bebafb6f6f988c2f5a8ce98dbf8f920288..1eccc3f30a4f3c22f2ec3941ba5074f0b9524d28 100644 (file)
@@ -70,3 +70,5 @@ model.begin()
 model.exportPart(partSet, filename)
 model.end()
 assert os.path.exists(filename), "ERROR: Failed to export full PartSet"
+
+model.removeTmpFile(filename)