Remove unittest and switch to pytest fully

This commit is contained in:
Patrick Robertson
2025-01-14 16:28:39 +01:00
parent cef4037ad5
commit 6f10270baf
9 changed files with 148 additions and 195 deletions

View File

@@ -1,10 +1,6 @@
import unittest
import tempfile
from auto_archiver.core.context import ArchivingContext
ArchivingContext.reset(full_reset=True)
ArchivingContext.set_tmp_dir(tempfile.gettempdir())
if __name__ == '__main__':
unittest.main()
ArchivingContext.set_tmp_dir(tempfile.gettempdir())