Closed GMDSantana closed 7 months ago
As discussed in #1061, here we use this:
https://docs.python.org/3/library/tempfile.html#tempfile.TemporaryDirectory
to handle the creation of temporary directories. The files are not deleted in case there are any test failures, so they can be inspected.
As discussed in #1061, here we use this:
https://docs.python.org/3/library/tempfile.html#tempfile.TemporaryDirectory
to handle the creation of temporary directories. The files are not deleted in case there are any test failures, so they can be inspected.