auto-archiver/tests
Patrick Robertson c25d5cae84 Remove ArchivingContext completely
Context for a specific url/item is now passed around via the metadata (metadata.set_context('key', 'val') and metadata.get_context('key', default='something')
The only other thing that was passed around in ArchivingContext was the storage info, which is already accessible now via self.config
2025-01-30 17:50:54 +01:00
..
data Further tidyups + refactoring for new structure 2025-01-30 13:21:10 +01:00
databases
enrichers Tidy ups + unit tests: 2025-01-29 18:42:49 +01:00
extractors Fix up unit tests - dataclass + subclasses not having @dataclass was breaking it 2025-01-30 13:45:24 +01:00
formatters
__init__.py Remove ArchivingContext completely 2025-01-30 17:50:54 +01:00
conftest.py Fix unit tests 2025-01-30 16:46:53 +01:00
test_config.py
test_modules.py Fix unit tests 2025-01-30 16:46:53 +01:00
test_orchestrator.py Further cleanup 2025-01-30 16:44:40 +01:00