Skip to content

use the tmpdir fixture instead of tempfile

Wout De Nolf requested to merge tmpdir_in_test into main

No need to manage your own temporary directories with cleanup. The pytest fixture tmpdir does that for you.

Merge request reports