Add WACZ, Wayback and local storage tests.

This commit is contained in:
erinhmclark
2025-02-19 13:14:08 +00:00
parent a8ffb19325
commit 47a634fc63
4 changed files with 334 additions and 2 deletions

View File

@@ -6,8 +6,6 @@ from auto_archiver.core import Metadata
from auto_archiver.modules.instagram_tbot_extractor import InstagramTbotExtractor
from tests.extractors.test_extractor_base import TestExtractorBase
TESTFILES = os.path.join(os.path.dirname(__file__), "testfiles")
@pytest.fixture
def patch_extractor_methods(request, setup_module, mocker):