]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/Test/TestImportPart_Construction_1.py
Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / ExchangePlugin / Test / TestImportPart_Construction_1.py
index e04b7151e9f188a0663d7ce16da16d32b5e14f69..45f2a163dfb628eacb888e3ed309a606f243d817 100644 (file)
@@ -67,6 +67,8 @@ partSet = model.moduleDocument()
 model.importPart(partSet, filename)
 model.end()
 
+model.removeTmpFile(filename)
+
 # Test 1. No Part should be created
 assert(partSet.size(ModelAPI_ResultPart.group()) == 0)