Actions
action #110085
openAlways copy test data to temporary directories during tests to avoid having to cleanup manually
Start date:
2022-04-19
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
We already create a temporary directory for the pool directory in most tests for a while now. That works well.
But we still use some directories in the git checkout itself and add files to them, which we manually remove in the END blocks.
Copying all needed directories for a test to a temporary directory and use that instead of modifying the git checkout would remove the need for the cleanup.
Actions