Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / ExchangePlugin / Test / TestExportPart_PartSet.py
index 9a8f57ac85c956ae57bc7e651acd20d435a142e7..cd5c856312555f49b98e3071ac014547a2b81776 100644 (file)
@@ -70,3 +70,5 @@ model.begin()
 model.exportPart(partSet, filename, [Axis_4.result()])
 model.end()
 assert os.path.exists(filename), "ERROR: Cannot export construction elements of PartSet"
+
+model.removeTmpFile(filename)