Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / ExchangePlugin / Test / TestImportPart_AfterLast_2.py
index ca89a92c2af821c976ff5fe2c3ea9db2918eb296..f26bea8ba8518845eb220aded3534f45bab9885c 100644 (file)
@@ -127,6 +127,8 @@ model.begin()
 model.importPart(Part_1_doc, filename)
 model.end()
 
+model.removeTmpFile(filename)
+
 # compare results with the reference data
 TOLERANCE = 1.e-7
 features = Part_1_doc.allFeatures()