mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
Remove unittest and switch to pytest fully
This commit is contained in:
@@ -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())
|
||||
Reference in New Issue
Block a user