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