mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Add comprehensive unit tests for the CLI piping architecture: - test_cli_crawl.py: crawl create/list/update/delete tests - test_cli_snapshot.py: snapshot create/list/update/delete tests - test_cli_archiveresult.py: archiveresult create/list/update/delete tests - test_cli_run.py: run command create-or-update and pass-through tests Extend tests_piping.py with: - TestPassThroughBehavior: tests for pass-through behavior in all commands - TestPipelineAccumulation: tests for accumulating records through pipeline All tests use pytest fixtures from conftest.py with isolated DATA_DIR. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| archivebox_add.py | ||
| archivebox_archiveresult.py | ||
| archivebox_binary.py | ||
| archivebox_config.py | ||
| archivebox_crawl.py | ||
| archivebox_help.py | ||
| archivebox_init.py | ||
| archivebox_install.py | ||
| archivebox_machine.py | ||
| archivebox_manage.py | ||
| archivebox_mcp.py | ||
| archivebox_process.py | ||
| archivebox_run.py | ||
| archivebox_schedule.py | ||
| archivebox_server.py | ||
| archivebox_shell.py | ||
| archivebox_snapshot.py | ||
| archivebox_status.py | ||
| archivebox_tag.py | ||
| archivebox_update.py | ||
| archivebox_version.py | ||
| archivebox_worker.py | ||
| cli_utils.py | ||
| tests_piping.py | ||
| tests.py | ||