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