Salome HOME
Use tempfile.TemporaryDirectory() with with statement instead of gettempdir to avoid...
authorAnthony Geay <anthony.geay@edf.fr>
Tue, 31 Aug 2021 05:50:03 +0000 (07:50 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Tue, 31 Aug 2021 05:50:03 +0000 (07:50 +0200)
commit3497710d749a8acf2478721bcdbdf88f575fa8e8
treef518e831b395c9d1e69f24f86bebddac774db768
parent98ac3fe4aa897d878ee3ef2bf2ab3a238a8c5977
Use tempfile.TemporaryDirectory() with with statement instead of gettempdir to avoid races when tests are launched in parallel
src/ConnectorAPI/Test/TestExportToGEOM.py
src/ConnectorAPI/Test/TestExportToGEOMAllGroupsAndFields.py
src/ConnectorAPI/Test/TestExportToGEOMWholeResult.py