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