]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/Test/TestExportPart_Results_2.py
Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / ExchangePlugin / Test / TestExportPart_Results_2.py
index 5c9ab1119c1ab78cfae6562d8eb1e796feb54cdc..25b901cbac629d25049715f48f66e91b4c680c1c 100644 (file)
@@ -72,3 +72,5 @@ model.begin()
 model.exportPart(partSet, filename, [featureToExport.result()])
 model.end()
 assert os.path.exists(filename), "ERROR: Cannot export feature {}".format(featureToExport.name())
+
+model.removeTmpFile(filename)