Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / ExchangePlugin / Test / TestImportPart_ToEmptyPart.py
index 20db0466f58806f2a198d43c28d40aae8cf83857..d160136f63b8fa7f2855e539270cbaba9d992057 100644 (file)
@@ -87,6 +87,8 @@ Part_1_doc = Part_1.document()
 model.importPart(Part_1_doc, filename)
 model.end()
 
+model.removeTmpFile(filename)
+
 # Test 1. No new Part should be created
 assert(partSet.size(ModelAPI_ResultPart.group()) == 1)