]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/Test/TestExportPart_Results_3.py
Salome HOME
Remove temporary files after test execution
[modules/shaper.git] / src / ExchangePlugin / Test / TestExportPart_Results_3.py
index dfd89d55a8819a66a84173d79f47f05dc140ed03..0da0b60699e4ca2afde4c0b0a405a0a0e6439188 100644 (file)
@@ -72,3 +72,5 @@ model.begin()
 model.exportPart(Part_1_doc, filename, [featureToExport.result()])
 model.end()
 assert os.path.exists(filename), "ERROR: Cannot export feature {}".format(featureToExport.name())
+
+model.removeTmpFile(filename)