mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-12-27 22:26:00 +00:00
- Remove mock-based tests from plugin tests (headers, singlefile, ublock, captcha2) - Replace fake cache tests with real double-install tests that verify cache behavior - Add SCHEMA_0_8 and seed_0_8_data() for testing 0.8.x data directory migrations - Add TestMigrationFrom08x class with comprehensive migration tests: - Snapshot count preservation - Crawl record preservation - Snapshot-to-crawl relationship preservation - Tag preservation - ArchiveResult status preservation - CLI command verification after migration - Add more CLI tests for add command (tags, multiple URLs, file input) - All tests now use real functionality without mocking |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| fixtures.py | ||
| test_add.py | ||
| test_config.py | ||
| test_crawl.py | ||
| test_extract.py | ||
| test_extractors.py | ||
| test_init.py | ||
| test_install.py | ||
| test_list.py | ||
| test_oneshot.py | ||
| test_remove.py | ||
| test_schedule.py | ||
| test_search.py | ||
| test_snapshot.py | ||
| test_status.py | ||
| test_title.py | ||
| test_update.py | ||
| test_util.py | ||
| test_version.py | ||