Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / ExchangePlugin / Test / TestImportPart_AfterLast_3.py
index d484fea365289fb09f397ed1b4720bf2685d4ddd..65f80f94dc74ce7f57855f4dcbdb5780516bebd8 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()