]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/Test/TestImportPart_Construction_4.py
Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / ExchangePlugin / Test / TestImportPart_Construction_4.py
index a5cb1d09c5ff325eb3f7ee7a7c2be0fd8fe2bbbb..d64d3136862ccc8dd80989451d61a888bbf2bbfd 100644 (file)
@@ -71,6 +71,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)