Files
auto-archiver/tests/__init__.py
2025-01-14 16:28:39 +01:00

6 lines
165 B
Python

import tempfile
from auto_archiver.core.context import ArchivingContext
ArchivingContext.reset(full_reset=True)
ArchivingContext.set_tmp_dir(tempfile.gettempdir())