mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 09:25:42 +10:00
Added additional tests for migrating from 0.7.x to 0.9.x: - test_list_works_after_migration - test_new_schema_elements_created_after_migration - test_snapshots_have_new_fields_after_migration - test_add_works_after_migration - test_archiveresult_status_preserved_after_migration - test_version_works_after_migration - test_help_works_after_migration Added missing tests for 0.8.x migration: - test_search_works_after_migration - test_migration_preserves_snapshot_titles - test_migration_preserves_foreign_keys - test_add_works_after_migration - test_version_works_after_migration These tests ensure real migration paths are tested using actual archivebox init to trigger Django migrations on simulated old databases.