Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / ExchangePlugin / Test / TestExportPart_FullPart_2.py
index b9cfe618618f0977855dbba267564d12d846dfb0..e6fc370253b61a7ca0344f69e3479350e5057a12 100644 (file)
@@ -70,3 +70,5 @@ model.begin()
 model.exportPart(Part_2_doc, filename)
 model.end()
 assert os.path.exists(filename), "ERROR: Cannot export Part_2 to file {}".format(filename)
+
+model.removeTmpFile(filename)