mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #1719] [MERGED] Improve test suite and remove mock dependencies #4484
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#4484
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1719
Author: @pirate
Created: 12/27/2025
Status: ✅ Merged
Merged: 12/27/2025
Merged by: @pirate
Base:
dev← Head:claude/improve-test-suite-xm6Bh📝 Commits (10+)
0941acaImprove test suite: remove mocks and add 0.8.x migration tests24c5145Add comprehensive 0.7.x and 0.8.x migration testscff4077Bump Python version requirement from 3.11 to 3.14ae2ab5bAdd Python 3.13 support with uuid7 backport compatibilityc3acaddRemove extractor field from Crawl model and fix tests13be196Merge remote-tracking branch 'origin/dev' into claude/improve-test-suite-xm6Bh766bb28Fix migration tests and M2M field alteration issueea6fe94Add crawls_crawlschedule table to 0.8.x test schema and fix migrations05205a0Update uv.lock779040dSplit migration tests into separate files and tighten assertions📊 Changes
35 files changed (+3034 additions, -1235 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/1-bug_report.yml(+3 -3)📝
.github/ISSUE_TEMPLATE/2-feature_request.yml(+3 -3)📝
.github/workflows/pip.yml(+1 -1)📝
.github/workflows/test.yml(+2 -2)➕
CLAUDE.md(+161 -0)📝
Dockerfile(+2 -2)📝
archivebox/api/migrations/0002_alter_outboundwebhook_options_and_more.py(+3 -3)📝
archivebox/api/models.py(+1 -1)📝
archivebox/base_models/models.py(+2 -1)📝
archivebox/cli/archivebox_add.py(+1 -1)📝
archivebox/core/migrations/0024_snapshot_crawl.py(+1 -1)📝
archivebox/core/migrations/0026_remove_archiveresult_output_dir_and_more.py(+25 -12)📝
archivebox/core/migrations/0027_alter_archiveresult_created_by_and_more.py(+2 -5)📝
archivebox/core/models.py(+4 -2)📝
archivebox/crawls/admin.py(+2 -3)📝
archivebox/crawls/migrations/0001_initial.py(+2 -1)📝
archivebox/crawls/migrations/0002_drop_seed_model.py(+11 -17)📝
archivebox/crawls/models.py(+1 -2)📝
archivebox/machine/models.py(+1 -1)📝
archivebox/misc/jsonl.py(+0 -1)...and 15 more files
📄 Description
Summary
Related issues
Changes these areas
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.