Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / ExchangePlugin / Test / TestImportPart_AfterLast_4.py
index 1acff3aa6fa1b8bb77439128e14a3c12d822d20d..9c2c40d66d8456bc126c11ea1c28aab299525283 100644 (file)
@@ -123,6 +123,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()